diff --git a/zsh/config/.zshrc b/zsh/config/.zshrc index 6346f95..f68e8ef 100644 --- a/zsh/config/.zshrc +++ b/zsh/config/.zshrc @@ -104,6 +104,7 @@ path_prepend \ "/usr/local/bin" \ "/opt/homebrew/bin" \ "/opt/homebrew/sbin" \ + "$HOME/go/bin" \ "$HOME/.local/bin" \ "$SCRIPTS"