summaryrefslogtreecommitdiff
path: root/.zshrc
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2009-10-08 01:27:18 +0200
committerRené 'Necoro' Neumann <necoro@necoro.net>2009-10-08 01:27:18 +0200
commitc056e8d117bc12c62e8b80d14db340036b3176be (patch)
tree17c552d624346f1977c166797b15e96db06916ac /.zshrc
parent259c7bc0cb85138c9378fb5fd56273736f21fb40 (diff)
downloaddotfiles-c056e8d117bc12c62e8b80d14db340036b3176be.tar.gz
dotfiles-c056e8d117bc12c62e8b80d14db340036b3176be.tar.bz2
dotfiles-c056e8d117bc12c62e8b80d14db340036b3176be.zip
Add boilerplate .zshrc
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc7
1 files changed, 7 insertions, 0 deletions
diff --git a/.zshrc b/.zshrc
new file mode 100644
index 0000000..66fbce1
--- /dev/null
+++ b/.zshrc
@@ -0,0 +1,7 @@
+#
+# The zshrc tends to need some local changes quite often
+# -- so for enhanced readabilty, source the global stuff ...
+#
+source ~/.zsh/zshrc
+
+# ... and put local stuff beneath :)