commit | 8f0d0421fc6e5f0446f1f8f82ed4fd59c96ac7bc | [log] [tgz] |
---|---|---|
author | Travis Swicegood <development@domain51.com> | 周六 4月 05 09:17:59 2014 -0500 |
committer | Travis Swicegood <development@domain51.com> | 周六 4月 05 09:17:59 2014 -0500 |
tree | d2389974d945b08e680ca0646ba6423dedb7f5e7 | |
parent | aeb08aea3fb2673a9ec004f29af7be012a963bb6 [diff] |
Add in conda tab-completion
diff --git a/completion/available/conda.completion.bash b/completion/available/conda.completion.bash new file mode 100644 index 0000000..cb5a15d --- /dev/null +++ b/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"