From 01409c293039b343fd083920b92d355fec0987ed Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Tue, 9 Mar 2010 18:46:07 +0100 Subject: Add zshrc directory --- .zsh/zshrc/00_autoload | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .zsh/zshrc/00_autoload (limited to '.zsh/zshrc/00_autoload') diff --git a/.zsh/zshrc/00_autoload b/.zsh/zshrc/00_autoload new file mode 100644 index 0000000..1da6cde --- /dev/null +++ b/.zsh/zshrc/00_autoload @@ -0,0 +1,16 @@ +# 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 -- cgit v1.2.3-54-g00ecf