add go path

This commit is contained in:
Simon Rieger 2024-12-09 16:48:29 +01:00
parent 0299bc9f28
commit 9f7f8e0638

View file

@ -108,6 +108,7 @@ function preexec {
export PNPM_HOME="$HOME/.local/share/pnpm" export PNPM_HOME="$HOME/.local/share/pnpm"
export PATH="$PATH:$HOME/bin:$HOME/.local/bin" export PATH="$PATH:$HOME/bin:$HOME/.local/bin"
export PATH=$PATH:/usr/local/go/bin
source ~/.zsh/zsh-autosuggestions/zsh-autosuggestions.zsh source ~/.zsh/zsh-autosuggestions/zsh-autosuggestions.zsh
source ~/.zsh/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh source ~/.zsh/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh