summaryrefslogtreecommitdiff
path: root/.zshrc
diff options
context:
space:
mode:
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc13
1 files changed, 13 insertions, 0 deletions
diff --git a/.zshrc b/.zshrc
new file mode 100644
index 0000000..5e22f82
--- /dev/null
+++ b/.zshrc
@@ -0,0 +1,13 @@
+# .zshrc
+#
+# Base zshrc file which simply delegates to files in $ZDOTDIR
+#
+# Copyright © 2010–2011 Tobias Klauser <tklauser@distanz.ch>
+#
+# Source repository: git://git.distanz.ch/dotfiles/zsh.git
+#
+# Based on the zsh setup by martin f. krafft which can be found at:
+# git://git.madduck.net/etc/zsh.git
+
+ZDOTDIR=$HOME/.zsh
+[ -f $ZDOTDIR/.zshrc ] && . $ZDOTDIR/.zshrc