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

5 lines
195 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" > /dev/null