]> git.donarmstrong.com Git - zsh.git/blobdiff - .zsh/zshrc/00_autoload
improve vcsh prompt integration
[zsh.git] / .zsh / zshrc / 00_autoload
index a3641302c22932de8b10a294049da96111d688a0..92b7c07e80fc0aeed82dcba589ea573aaeb789c9 100644 (file)
@@ -5,7 +5,7 @@
 # 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
 #
 
 # autoload all executable files in $fpath
@@ -21,7 +21,8 @@ autoload -U zmv
 autoload -U colors ; colors
 
 # use shell builtins for standard file operations
-zmodload zsh/files
+# disabled due to #479764
+#zmodload zsh/files
 
 # allow zwc file recompiling
 autoload -U zrecompile