oh-my-bash/completions/conda.completion.sh
2022-01-15 19:00:35 +09:00

5 lines
201 B
Bash

#! bash oh-my-bash.module
which register-python-argcomplete &> /dev/null \
&& eval "$(register-python-argcomplete conda)" \
|| echo "Please install argcomplete to use conda completion" > /dev/null