From f5412108c42087b783d3d0e60b39aedc6de7abd8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Thallis?= Date: Mon, 29 Jan 2024 10:21:53 -0300 Subject: [PATCH] Add ~/.npm-global/bin to PATH env var --- .config/fish/config.fish | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/fish/config.fish b/.config/fish/config.fish index cf19177..5cfb538 100644 --- a/.config/fish/config.fish +++ b/.config/fish/config.fish @@ -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'