From d0374e97b116d842321b044a8c3444432b462beb Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Mon, 7 Mar 2011 14:48:14 +0100 Subject: .zshenv and .zshrc --- .zshrc | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .zshrc (limited to '.zshrc') 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 +# +# 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 -- cgit v1.2.3-54-g00ecf