diff options
| author | Matt Turner <mattst88@gmail.com> | 2025-12-12 14:28:28 -0500 |
|---|---|---|
| committer | Matt Turner <mattst88@gmail.com> | 2025-12-12 14:36:43 -0500 |
| commit | 34b2b41e7e1a46c4acd1dd57681a346cdbff1d4b (patch) | |
| tree | edc85272c5f5dcdb3d4482dfc2e09941c4c82d02 /zsh/.zshrc | |
| parent | 2bbc63355df0f8b9fe6e95505f56ad42c172c776 (diff) | |
zsh: Remove current working directory from PATH
Diffstat (limited to 'zsh/.zshrc')
| -rwxr-xr-x | zsh/.zshrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
