From ab2f62345fcfbb3bcb7b473e2d7aa607eb63196b Mon Sep 17 00:00:00 2001 From: David Tomaschik Date: Thu, 5 Jun 2025 15:43:14 -0700 Subject: [PATCH] Update fish --- dotfiles/config/fish/config.fish | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/dotfiles/config/fish/config.fish b/dotfiles/config/fish/config.fish index f83c75a..56788cc 100644 --- a/dotfiles/config/fish/config.fish +++ b/dotfiles/config/fish/config.fish @@ -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