summaryrefslogtreecommitdiffstats
path: root/.bashrc
diff options
context:
space:
mode:
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc2
1 files changed, 1 insertions, 1 deletions
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}
}