mirror of
https://codeberg.org/Mo8it/dotfiles.git
synced 2024-12-30 20:13:42 +00:00
Better PATH
This commit is contained in:
parent
2df50903df
commit
2319997d44
1 changed files with 1 additions and 1 deletions
|
@ -7,4 +7,4 @@ fi
|
||||||
|
|
||||||
# User specific environment and startup programs
|
# User specific environment and startup programs
|
||||||
|
|
||||||
PATH=$PATH:~/.cargo/bin:~/.npm-global/bin
|
PATH="$PATH:$HOME/.cargo/bin:$HOME/.npm-global/bin"
|
||||||
|
|
Loading…
Reference in a new issue