Skip to content

Commit

Permalink
Add ~/.npm-global/bin to PATH env var
Browse files Browse the repository at this point in the history
  • Loading branch information
joaothallis committed Jan 29, 2024
1 parent c40120b commit f541210
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .config/fish/config.fish
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ set -gx TERMINAL alacritty
set -gx KERL_BUILD_DOCS yes

set -gx PATH "$PATH:/home/$USER/.local/bin"
set -gx PATH "$PATH:/home/$USER/.npm-global/bin"

abbr --add config 'git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'

Expand Down

0 comments on commit f541210

Please sign in to comment.