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

Commit

Permalink
Clean up to proper flags
Browse files Browse the repository at this point in the history
  • Loading branch information
herrbischoff committed Mar 10, 2021
1 parent 2c75551 commit 4ae012c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .config/fish/config.fish
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ else
end

# Node
if command -v npm &> /dev/null
if command -q npm
set -x NODE_PATH (npm root -g)
end

Expand Down Expand Up @@ -118,7 +118,7 @@ else
end

# kitty
# if command --search kitty &> /dev/null
# if command -q kitty
# kitty + complete setup fish | source
# end

Expand Down Expand Up @@ -156,7 +156,7 @@ else
# set -gx PATH $PATH $HOME/.yarn/bin $HOME/.config/yarn/global/node_modules/.bin
# end

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

Expand Down

0 comments on commit 4ae012c

Please sign in to comment.