From 8549ae88aa73a28e9b2861494ff599b97489e2e7 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Tue, 24 Mar 2009 17:12:53 +0100 Subject: added option to yd --- .zsh/rc/30functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.zsh') 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 } -- cgit v1.2.3-24-g4f1b