From 1c79851ca016e02c6e76848af6090e1ed53c86a5 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Tue, 31 Mar 2009 15:36:10 +0200 Subject: added ZDOTDIR definition --- .zshrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index a7c5517..75c9aa7 100644 --- a/.zshrc +++ b/.zshrc @@ -6,8 +6,9 @@ # Don't show input while loading stty -echo +ZDOTDIR="$HOME/.zsh" # Makes this file smaller ;) -for file in ${HOME}/.zsh/rc/**/* +for file in $ZDOTDIR/rc/**/* do . "$file" done -- cgit v1.2.3-24-g4f1b