summaryrefslogtreecommitdiff
path: root/zsh/.zshrc
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2025-12-12 14:28:28 -0500
committerMatt Turner <mattst88@gmail.com>2025-12-12 14:36:43 -0500
commit34b2b41e7e1a46c4acd1dd57681a346cdbff1d4b (patch)
treeedc85272c5f5dcdb3d4482dfc2e09941c4c82d02 /zsh/.zshrc
parent2bbc63355df0f8b9fe6e95505f56ad42c172c776 (diff)
zsh: Remove current working directory from PATH
Diffstat (limited to 'zsh/.zshrc')
-rwxr-xr-xzsh/.zshrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/zsh/.zshrc b/zsh/.zshrc
index 8d90e58..286bca1 100755
--- a/zsh/.zshrc
+++ b/zsh/.zshrc
@@ -26,7 +26,7 @@ setopt hist_ignore_all_dups
setopt hist_ignore_space
setopt share_history
-export PATH=:$PATH:~/bin
+export PATH="$PATH:~/bin"
export CMAKE_GENERATOR=Ninja
export CMAKE_EXPORT_COMPILE_COMMANDS=ON