summaryrefslogtreecommitdiff
path: root/zsh/.zshrc
diff options
context:
space:
mode:
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