diff options
Diffstat (limited to 'dot_zshrc.tmpl')
| -rw-r--r-- | dot_zshrc.tmpl | 2 |
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 |
