Only activate node settings if node is installed

This commit is contained in:
Gergely Polonkai
2025-08-18 14:14:25 +02:00
parent 71c73d5806
commit 01369e5716

View File

@@ -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