Files
bash-it/completion/available/conda.completion.bash
2014-04-05 09:17:59 -05:00

5 lines
182 B
Bash

#!/usr/bin/env bash
which register-python-argcomplete > /dev/null \
&& eval "$(register-python-argcomplete conda)" \
|| echo "Please install argcomplete to use conda completion"