Only activate node settings if node is installed
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
if test -d $HOME/.local/node
|
||||
set -gx NPM_PACKAGES $HOME/.local/node
|
||||
fish_add_path $HOME/.local/npm-packages/bin
|
||||
fish_add_path $HOME/.local/node/bin
|
||||
set -gx MANPATH $HOME/.local/node/share/man:(manpath -q)
|
||||
end
|
||||
|
Reference in New Issue
Block a user