summaryrefslogtreecommitdiff
path: root/zsh/.zshenv
diff options
context:
space:
mode:
authorSeth Flynn <[email protected]>2021-11-21 22:04:05 -0500
committerSeth Flynn <[email protected]>2021-11-21 22:04:05 -0500
commite2cfdf8ee46649d92ff1d1c521ef1bcda45c3d64 (patch)
tree7ca7d9f3d13ea3fd005fe4ca92e626f16ad50861 /zsh/.zshenv
parent482a3c88668d2e1be7074668a8e992242ac3404a (diff)
update shell configs
Diffstat (limited to 'zsh/.zshenv')
-rw-r--r--zsh/.zshenv4
1 files changed, 2 insertions, 2 deletions
diff --git a/zsh/.zshenv b/zsh/.zshenv
index b41e365..7d4f56d 100644
--- a/zsh/.zshenv
+++ b/zsh/.zshenv
@@ -1,7 +1,7 @@
# add user's bin directory to path
-if [ -d $HOME/.local/bin ]
+if [ -d "$HOME/.local/bin" ]
then
- export PATH=$HOME/.local/bin:$PATH
+ export PATH="$HOME/.local/bin:$PATH"
fi
export ZDOTDIR="$HOME/.config/zsh"