1
0
Fork 0
mirror of https://codeberg.org/Mo8it/dotfiles.git synced 2024-10-17 20:52:40 +00:00

Remove npm from path

This commit is contained in:
Mo 2022-06-16 22:20:35 +02:00
parent 90a11b0540
commit f6f3244e54

View file

@ -7,4 +7,4 @@ fi
# User specific environment and startup programs
PATH="$PATH:$HOME/.cargo/bin:$HOME/.npm-global/bin"
PATH="$PATH:$HOME/.cargo/bin"