summaryrefslogtreecommitdiffstats
path: root/.zsh/rc/30functions
diff options
context:
space:
mode:
Diffstat (limited to '.zsh/rc/30functions')
-rw-r--r--.zsh/rc/30functions2
1 files changed, 1 insertions, 1 deletions
diff --git a/.zsh/rc/30functions b/.zsh/rc/30functions
index 85af0bb..2cd8afc 100644
--- a/.zsh/rc/30functions
+++ b/.zsh/rc/30functions
@@ -120,7 +120,7 @@ hglob() {
# download any package's PKGBUILD and go into that dir
yd(){
- pbget $1
+ pbget --aur $1
builtin cd $1
}