diff options
author | Florian Pritz <f-p@gmx.at> | 2009-03-24 17:12:53 +0100 |
---|---|---|
committer | Florian Pritz <f-p@gmx.at> | 2009-03-24 17:12:53 +0100 |
commit | 8549ae88aa73a28e9b2861494ff599b97489e2e7 (patch) | |
tree | c6b359571e0112a4614f26e95cd96b183e158442 /.zsh/rc/30functions | |
parent | cfb662268b1853a5eedbfee9f07fdce1822e24af (diff) | |
download | dotfiles-8549ae88aa73a28e9b2861494ff599b97489e2e7.tar.gz dotfiles-8549ae88aa73a28e9b2861494ff599b97489e2e7.tar.xz |
added option to yd
Diffstat (limited to '.zsh/rc/30functions')
-rw-r--r-- | .zsh/rc/30functions | 2 |
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 } |