diff options
| author | Ibrahim Muftee <ibrahim@muftee.net> | 2025-09-08 15:52:48 -0500 |
|---|---|---|
| committer | Ibrahim Muftee <ibrahim@muftee.net> | 2026-07-01 00:23:31 -0400 |
| commit | f7e750f6c3b1c81fb93841a7fdbd209d00b7134a (patch) | |
| tree | e1aa8bc54edf2bff8d9c7e17479f6bac746fd896 /dot_zshrc.tmpl | |
| parent | 4797b4342a1673d49fb956530b92a6b6c8042f6b (diff) | |
feat(zsh): add go binaries to path
Diffstat (limited to 'dot_zshrc.tmpl')
| -rw-r--r-- | dot_zshrc.tmpl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dot_zshrc.tmpl b/dot_zshrc.tmpl index 5c51dab..394624a 100644 --- a/dot_zshrc.tmpl +++ b/dot_zshrc.tmpl @@ -26,6 +26,8 @@ export PATH="$PATH:$HOME/.local/bin" # Add go binaries to $PATH export PATH="$PATH:$HOME/go/bin" +export PATH="$PATH:/usr/local/go/bin" + {{ if eq .chezmoi.os "darwin" }} # Add homebrew binaries to path |
