Add in conda tab-completion
parent
aeb08aea3f
commit
8f0d0421fc
|
|
@ -0,0 +1,4 @@
|
|||
#!/usr/bin/env bash
|
||||
which register-python-argcomplete > /dev/null \
|
||||
&& eval "$(register-python-argcomplete conda)" \
|
||||
|| echo "Please install argcomplete to use conda completion"
|
||||
Loading…
Reference in New Issue