We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 882dc64 commit a8c85c9Copy full SHA for a8c85c9
1 file changed
src/go/install.sh
@@ -277,8 +277,8 @@ echo "${GO_TOOLS}" | xargs -n 1 go install
277
278
# Completion directories
279
_BASH_COMPLETION_DIR="/etc/bash_completion.d"
280
-_ZSH_COMPLETION_DIR="$HOME/.oh-my-zsh/custom/completions"
281
-_FISH_COMPLETION_DIR="$HOME/.config/fish/completions"
+_ZSH_COMPLETION_DIR="/usr/share/zsh/site-functions"
+_FISH_COMPLETION_DIR="/usr/share/fish/vendor_completions.d"
282
283
if [ "$INSTALL_COBRA_CLI" = "true" ]; then
284
echo_msg "Installing cobra-cli completion scripts..."
0 commit comments