diff options
| author | Ibrahim Muftee <ibrahim@muftee.net> | 2026-03-25 17:36:10 -0500 |
|---|---|---|
| committer | Ibrahim Muftee <ibrahim@muftee.net> | 2026-07-01 00:23:31 -0400 |
| commit | 44c70c5c101bbb577e9c5eb05822a80ceb52a332 (patch) | |
| tree | e87126e9190508889987bcee7b7328575083a559 /dot_zshrc.tmpl | |
| parent | 2eadef7687b8159e93f3bbb4599211c7c52fda8a (diff) | |
fix: remove trailing slash
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 |
