# zshrc/00_autoload # # Autoload functions # # Copyright © 2010 Tobias Klauser # Released under the terms of the Artistic Licence 2.0 # # Source repository: git://git.distanz.ch/dotfiles/zsh.git # programmable rename autoload -U zmv # make color arrays available autoload -U colors ; colors 2>/dev/null # vim:ft=zsh