More completions

This commit is contained in:
David Tomaschik
2025-06-10 08:57:25 -07:00
parent 5057ab890b
commit bbeb451251
3 changed files with 176 additions and 0 deletions

View File

@@ -1,6 +1,13 @@
if test -x /opt/homebrew/bin/brew
/opt/homebrew/bin/brew shellenv fish | source
if test -d (brew --prefix)"/share/fish/completions"
set -p fish_complete_path (brew --prefix)/share/fish/completions
end
if test -d (brew --prefix)"/share/fish/vendor_completions.d"
set -p fish_complete_path (brew --prefix)/share/fish/vendor_completions.d
end
end
if command -q starship