summaryrefslogtreecommitdiff
path: root/dot_zshrc.tmpl
diff options
context:
space:
mode:
authorIbrahim Muftee <ibrahim@muftee.net>2026-03-25 17:36:10 -0500
committerIbrahim Muftee <ibrahim@muftee.net>2026-07-01 00:23:31 -0400
commit44c70c5c101bbb577e9c5eb05822a80ceb52a332 (patch)
treee87126e9190508889987bcee7b7328575083a559 /dot_zshrc.tmpl
parent2eadef7687b8159e93f3bbb4599211c7c52fda8a (diff)
fix: remove trailing slash
Diffstat (limited to 'dot_zshrc.tmpl')
-rw-r--r--dot_zshrc.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/dot_zshrc.tmpl b/dot_zshrc.tmpl
index 255f9ad..029a8ec 100644
--- a/dot_zshrc.tmpl
+++ b/dot_zshrc.tmpl
@@ -23,7 +23,7 @@ setopt interactive_comments
{{ if eq .chezmoi.os "darwin" }}
# Add /usr/local/bin to $PATH (Macbook doesn't have this by default?)
-export PATH="/usr/local/bin/:$PATH"
+export PATH="/usr/local/bin:$PATH"
{{ end -}}
# Add ~/.local/bin to $PATH