fixes npm (for real)

This commit is contained in:
alsaiduq-lab 2025-07-10 12:28:30 -06:00
parent ebadab59f6
commit 0003663a8c
3 changed files with 26 additions and 24 deletions

View file

@ -7,10 +7,8 @@
if [ -d "$HOME/.cargo/bin" ]; then
export PATH="$PATH:$HOME/.cargo/bin"
fi
if [ -d "$HOME/.npm-global/bin" ]; then
export PATH="$PATH:$HOME/.npm-global/bin"
fi
'';
environment.variables = {
EDITOR = "nvim";
VISUAL = "nvim";