add starfish to fish shell

This commit is contained in:
Osman Faruk Bayram 2024-11-16 22:03:34 +03:00
parent 16c65295ba
commit 3ca792bd8f

View file

@ -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 >>>