Add in conda tab-completion

pull/261/head
Travis Swicegood 2014-04-05 09:17:59 -05:00 committed by Hector Rivas
parent e14d41f58d
commit b2fdd46818
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"