Add in conda tab-completion

This commit is contained in:
Travis Swicegood
2014-04-05 09:17:59 -05:00
parent aeb08aea3f
commit 8f0d0421fc

View File

@@ -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"