From 44c70c5c101bbb577e9c5eb05822a80ceb52a332 Mon Sep 17 00:00:00 2001 From: Ibrahim Muftee Date: Wed, 25 Mar 2026 17:36:10 -0500 Subject: fix: remove trailing slash --- dot_zshrc.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dot_zshrc.tmpl') 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 -- cgit v1.2.3