summaryrefslogtreecommitdiffstats
path: root/.zsh
diff options
context:
space:
mode:
authorFlorian Pritz <f-p@gmx.at>2009-03-24 17:12:53 +0100
committerFlorian Pritz <f-p@gmx.at>2009-03-24 17:12:53 +0100
commit8549ae88aa73a28e9b2861494ff599b97489e2e7 (patch)
treec6b359571e0112a4614f26e95cd96b183e158442 /.zsh
parentcfb662268b1853a5eedbfee9f07fdce1822e24af (diff)
downloaddotfiles-8549ae88aa73a28e9b2861494ff599b97489e2e7.tar.gz
dotfiles-8549ae88aa73a28e9b2861494ff599b97489e2e7.tar.xz
added option to yd
Diffstat (limited to '.zsh')
-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
}