diff --git a/.zshrc b/.zshrc index 1d58a42..e23193d 100644 --- a/.zshrc +++ b/.zshrc @@ -19,7 +19,8 @@ else fi if [[ -z "$USER" ]]; then - export USER=$(whoami) + USER=$(whoami) + export USER fi which go &> /dev/null