Update fish

This commit is contained in:
David Tomaschik
2025-06-05 15:43:14 -07:00
parent 05df603332
commit ab2f62345f

View File

@@ -1 +1,11 @@
fish_add_path --path {$HOME}/bin
if test -x /opt/homebrew/bin/brew
/opt/homebrew/bin/brew shellenv fish | source
end
if command -q starship
source (starship init fish --print-full-init | psub)
end
# Want this at the bottom to put this path first
fish_add_path --move --path {$HOME}/bin