summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Pritz <f-p@gmx.at>2009-03-31 15:36:10 +0200
committerFlorian Pritz <f-p@gmx.at>2009-03-31 15:36:10 +0200
commit1c79851ca016e02c6e76848af6090e1ed53c86a5 (patch)
treee67e657597fc4cc2f69a07995d63ed1d72f48656
parent7e97fd9c09d4a6c0ce1061976c7d1c0708977e9b (diff)
downloaddotfiles-1c79851ca016e02c6e76848af6090e1ed53c86a5.tar.gz
dotfiles-1c79851ca016e02c6e76848af6090e1ed53c86a5.tar.xz
added ZDOTDIR definition
-rw-r--r--.zshrc3
1 files changed, 2 insertions, 1 deletions
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