]> git.donarmstrong.com Git - zsh.git/blobdiff - .zsh/zshrc/39_tempfuncs
tag initial commit with giti
[zsh.git] / .zsh / zshrc / 39_tempfuncs
index dd4eb07add7bf0af75a607f61901360bedd0e2a8..506f0010d2bdcbe2aa6eaf743f6de288ea9ad317 100644 (file)
@@ -5,11 +5,11 @@
 # Copyright © 1994–2008 martin f. krafft <madduck@madduck.net>
 # Released under the terms of the Artistic Licence 2.0
 #
-# Source repository: http://git.madduck.net/v/etc/zsh.git
+# Source repository: git://git.madduck.net/etc/zsh.git
 #
 
 cdt () {
-  cd $(mktemp -td cdt.XXXXXXXX)
+  builtin cd $(mktemp -td cdt.XXXXXXXX)
   pwd
 }