X-Git-Url: https://git.shemshak.org/~bandali/configs/blobdiff_plain/d4a04655389ef45d35a8f6b7c52cfffce7ac6ff4..aea662c560fb8fcd37e741adf67be9127f45f03a:/.bashrc diff --git a/.bashrc b/.bashrc index 246780c..397aa80 100644 --- a/.bashrc +++ b/.bashrc @@ -85,7 +85,7 @@ alias se="SUDO_EDITOR=\"emacsclient\" sudo -e" alias s="startx" aur() { - cd ~/usr/builds + cd ~/s [ -d ${1} ] || git clone https://aur.archlinux.org/${1}.git cd ${1} }