Set var then export

This commit is contained in:
Kevin Cotugno 2020-02-24 06:36:26 -07:00
parent 4f107b631b
commit 625212118a

3
.zshrc
View File

@ -19,7 +19,8 @@ else
fi
if [[ -z "$USER" ]]; then
export USER=$(whoami)
USER=$(whoami)
export USER
fi
which go &> /dev/null