Skip to content
This repository has been archived by the owner on Sep 3, 2024. It is now read-only.

Commit

Permalink
fix bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
godalming123 authored Jan 19, 2022
1 parent f0689b3 commit 681f14c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 2-user.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ addAUR () {
cd ~
}

if [$AURHELPER -ne ""] then
addAUR $AURHELPER
if [${AURHELPER} -ne ""] then
addAUR ${AURHELPER}
fi

touch "~/.cache/zshhistory"
Expand Down

0 comments on commit 681f14c

Please sign in to comment.