Gitiles
Code Review
Sign In
source.supwisdom.com
/
common
/
bash_it
/
e6149b2bc91ca352e6694d55eefacd564853f5b9
/
.
/
completion
/
available
/
conda.completion.bash
blob: cb5a15da0da1f574a464a76d9458357792013c89 [
file
] [
log
] [
blame
]
#!/usr/bin/env bash
which register
-
python
-
argcomplete
>
/
dev
/
null \
&&
eval
"$(register-python-argcomplete conda)"
\
||
echo
"Please install argcomplete to use conda completion"