1
0
Fork 0
mirror of https://codeberg.org/Mo8it/dotfiles.git synced 2024-12-29 03:43:43 +00:00

Better PATH

This commit is contained in:
Mo 2022-05-14 02:14:42 +02:00
parent 2df50903df
commit 2319997d44

View file

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