summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.bashrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.bashrc b/.bashrc
index 3a76eff..a5cc322 100644
--- a/.bashrc
+++ b/.bashrc
@@ -38,7 +38,7 @@ alias best="youtube-dl -f best"
aur() {
cd ~/usr/builds
- git clone https://aur.archlinux.org/${1}.git
+ [ -d ${1} ] || git clone https://aur.archlinux.org/${1}.git
cd ${1}
}