diff --git a/zsh/.zshrc b/zsh/.zshrc index 12e9184..83380e7 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -95,6 +95,9 @@ export PATH="${HOME}/.local/bin:${PATH}" # Add ~/bin to PATH export PATH="${HOME}/bin:${PATH}" +# Add ~/go/bin to PATH +export PATH="${HOME}/go/bin:${PATH}" + # Automatically remove duplicates from these arrays typeset -gU path cdpath manpath fpath