We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c593d2 commit d9d81f1Copy full SHA for d9d81f1
src/bin/install
@@ -207,7 +207,7 @@ _install_completion_script() {
207
echo "Warning: bash completions require package bash-completion to be installed."
208
return 14
209
fi
210
- _prompt_and_append_to_file "Can we add shell completions to" "$HOME/$profile_file" "source /etc/bash_completion"
+ _prompt_and_append_to_file "Can we add shell completions to" "$HOME/$profile_file" "source \$HOME/.local/share/bash-completion.d/defang"
211
;;
212
zsh)
213
_generate_completion_script $shell "$HOME/.local/share/zsh/site-functions/_defang" || return 12
0 commit comments