Skip to content

Commit

Permalink
Add in conda tab-completion
Browse files Browse the repository at this point in the history
  • Loading branch information
tswicegood committed Apr 5, 2014
1 parent aeb08ae commit 8f0d042
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions completion/available/conda.completion.bash
@@ -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"

0 comments on commit 8f0d042

Please sign in to comment.