diff --git a/2-user.sh b/2-user.sh index 4e771bd..1d7b8a9 100755 --- a/2-user.sh +++ b/2-user.sh @@ -25,8 +25,8 @@ addAUR () { cd ~ } -if [$AURHELPER -ne ""] then - addAUR $AURHELPER +if [${AURHELPER} -ne ""] then + addAUR ${AURHELPER} fi touch "~/.cache/zshhistory"