summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIbrahim Muftee <ibrahim@muftee.net>2026-01-21 20:04:26 -0600
committerIbrahim Muftee <ibrahim@muftee.net>2026-07-01 00:23:31 -0400
commit9fff083439d980b3fd0b3ba34c14d19e84572be5 (patch)
tree7757a189ae6cfdc5c5c6eb568416463ff757f922
parent34a621ea75a7ec5d29804b307017882fabec4299 (diff)
feat: add another go binary path
-rw-r--r--dot_zshrc.tmpl1
1 files changed, 0 insertions, 1 deletions
diff --git a/dot_zshrc.tmpl b/dot_zshrc.tmpl
index 394624a..672fc56 100644
--- a/dot_zshrc.tmpl
+++ b/dot_zshrc.tmpl
@@ -28,7 +28,6 @@ export PATH="$PATH:$HOME/.local/bin"
export PATH="$PATH:$HOME/go/bin"
export PATH="$PATH:/usr/local/go/bin"
-
{{ if eq .chezmoi.os "darwin" }}
# Add homebrew binaries to path
export PATH=$PATH:/opt/homebrew/bin