Skip to content
This repository has been archived by the owner on Sep 8, 2021. It is now read-only.

Commit

Permalink
Properly check for Starship
Browse files Browse the repository at this point in the history
  • Loading branch information
herrbischoff committed Mar 10, 2021
1 parent 440a008 commit a60d909
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .config/fish/config.fish
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,8 @@ else
# set -gx PATH $PATH $HOME/.yarn/bin $HOME/.config/yarn/global/node_modules/.bin
# end

starship init fish | source
if command -v which starship &> /dev/null
starship init fish | source
end

end

0 comments on commit a60d909

Please sign in to comment.