This commit is contained in:
godalming123 2022-01-19 18:15:30 +00:00 committed by GitHub
parent f0689b3ef3
commit 681f14c9d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -25,8 +25,8 @@ addAUR () {
cd ~ cd ~
} }
if [$AURHELPER -ne ""] then if [${AURHELPER} -ne ""] then
addAUR $AURHELPER addAUR ${AURHELPER}
fi fi
touch "~/.cache/zshhistory" touch "~/.cache/zshhistory"