add starfish to fish shell
This commit is contained in:
parent
16c65295ba
commit
3ca792bd8f
1 changed files with 6 additions and 0 deletions
|
|
@ -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 >>>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue