Update profile file
This commit is contained in:
parent
e11d5551ca
commit
0f7b6c5a9b
1 changed files with 3 additions and 1 deletions
4
.profile
4
.profile
|
@ -37,7 +37,9 @@ if [ -d "$HOME/.local/bin" ] ; then
|
|||
PATH="$HOME/.local/bin:$PATH"
|
||||
fi
|
||||
|
||||
export PATH="$HOME/.npm-packages/bin:$PATH"
|
||||
export PATH="$PATH:$HOME/.npm-packages/bin"
|
||||
export PATH="$PATH:/usr/local/go/bin"
|
||||
export PATH="$PATH:$HOME/go/bin"
|
||||
|
||||
source ~/.apikeys
|
||||
source "$HOME/.cargo/env"
|
||||
|
|
Loading…
Add table
Reference in a new issue