summaryrefslogtreecommitdiffstats
path: root/.zshrc
diff options
context:
space:
mode:
authorFlorian Pritz <f-p@gmx.at>2009-01-16 15:43:25 +0100
committerFlorian Pritz <f-p@gmx.at>2009-01-16 15:43:25 +0100
commit360f4b94e893a81b9f130fe16094586ec11c86e6 (patch)
treecdb18751ea46eab2b5601d6a058845cf8c6ec8df /.zshrc
parent319468950b2cf83c9fe0365a05463507f099319b (diff)
downloaddotfiles-360f4b94e893a81b9f130fe16094586ec11c86e6.tar.gz
dotfiles-360f4b94e893a81b9f130fe16094586ec11c86e6.tar.xz
update
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.zshrc b/.zshrc
index fdd9b66..5258118 100644
--- a/.zshrc
+++ b/.zshrc
@@ -340,7 +340,7 @@ hglob() {
yd (){
mkdir $1
- cd $1
+ builtin cd $1
yaourt -G $1
}