We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35a6c14 commit 9776bf4Copy full SHA for 9776bf4
install-assets.sh
@@ -5,7 +5,7 @@ PREFIX="${PREFIX:-/usr/local}"
5
# install completions
6
install -dv "${PREFIX}/share/zsh/functions/Completion/Linux/"
7
install -Dvm644 completions/_sbf "${PREFIX}/share/zsh/functions/Completion/Linux/"
8
-install -dv "${PREFIX}/share/fish/completions/"
9
-install -Dvm644 completions/sbf.fish "${PREFIX}/share/fish/completions/"
+install -dv "${PREFIX}/share/fish/vendor_completions.d/"
+install -Dvm644 completions/sbf.fish "${PREFIX}/share/fish/vendor_completions.d/"
10
install -dv "${PREFIX}/share/bash-completion/completions/"
11
install -Dvm644 completions/sbf.bash "${PREFIX}/share/bash-completion/completions/"
0 commit comments