From e2cfdf8ee46649d92ff1d1c521ef1bcda45c3d64 Mon Sep 17 00:00:00 2001 From: Seth Flynn Date: Sun, 21 Nov 2021 22:04:05 -0500 Subject: update shell configs --- zsh/.zshenv | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'zsh/.zshenv') 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" -- cgit v1.2.3