skip autocomplete installation on fish, Fixes #393

This commit is contained in:
Zack Scholl 2021-05-10 13:47:17 -07:00
parent 340bafba3d
commit 66f30c0565
1 changed files with 1 additions and 0 deletions

View File

@ -719,6 +719,7 @@ main() {
autocomplete_install_rcode="${?}";
print_message "== You will need to add the following to your ~/.zshrc to enable autocompletion" "info";
print_message "\nPROG=croc\n_CLI_ZSH_AUTOCOMPLETE_HACK=1\nsource /etc/zsh/zsh_autocomplete_croc\n" "info";;
*) autocomplete_install_rcode="1";;
esac
if [[ "${autocomplete_install_rcode}" == "0" ]] ; then