diff options
author | René 'Necoro' Neumann <necoro@necoro.net> | 2009-10-08 01:27:18 +0200 |
---|---|---|
committer | René 'Necoro' Neumann <necoro@necoro.net> | 2009-10-08 01:27:18 +0200 |
commit | c056e8d117bc12c62e8b80d14db340036b3176be (patch) | |
tree | 17c552d624346f1977c166797b15e96db06916ac | |
parent | 259c7bc0cb85138c9378fb5fd56273736f21fb40 (diff) | |
download | dotfiles-c056e8d117bc12c62e8b80d14db340036b3176be.tar.gz dotfiles-c056e8d117bc12c62e8b80d14db340036b3176be.tar.bz2 dotfiles-c056e8d117bc12c62e8b80d14db340036b3176be.zip |
Add boilerplate .zshrc
-rw-r--r-- | .zshrc | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 :) |