Add in conda tab-completion
parent
e14d41f58d
commit
b2fdd46818
|
|
@ -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