oh-my-bash/completion/conda.completion.sh

5 lines
194 B
Bash
Raw Normal View History

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