diff --git a/src/.config/fish/config.fish b/src/.config/fish/config.fish index d08c3e9..513c4bc 100644 --- a/src/.config/fish/config.fish +++ b/src/.config/fish/config.fish @@ -40,6 +40,12 @@ if status is-interactive echo "zoxide not found" end + if type -q starfish + starship init fish | source + else + echo "starfish not found" + end + end # >>> conda initialize >>>