added go bin to path

This commit is contained in:
Lorenz Hohermuth 2024-02-11 18:03:12 +01:00
parent a56c3f9a2b
commit b768ad9e25
1 changed files with 7 additions and 0 deletions

7
.zshrc
View File

@ -99,3 +99,10 @@ source $ZSH/oh-my-zsh.sh
# Example aliases
# alias zshconfig="mate ~/.zshrc"
# alias ohmyzsh="mate ~/.oh-my-zsh"
#
export PATH=$PATH:"$HOME/go/bin:$HOME/.local/bin:$HOME/scripts"
export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion