Add in conda tab-completion

pull/287/head
Travis Swicegood 2014-04-05 09:17:59 -05:00
parent aeb08aea3f
commit 8f0d0421fc
1 changed files with 4 additions and 0 deletions

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"