summaryrefslogtreecommitdiffstats
path: root/.zshrc
diff options
context:
space:
mode:
Diffstat (limited to '.zshrc')
-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