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

Commit

Permalink
Use correct flag (quiet)
Browse files Browse the repository at this point in the history
  • Loading branch information
herrbischoff committed Mar 10, 2021
1 parent a60d909 commit 2c75551
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .config/fish/config.fish
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ else
# set -gx PATH $PATH $HOME/.yarn/bin $HOME/.config/yarn/global/node_modules/.bin
# end

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

Expand Down

0 comments on commit 2c75551

Please sign in to comment.