From e505f702aa9cbd10a7a52ce68a8515c5435838c5 Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Mon, 7 Mar 2011 10:52:39 +0100 Subject: Hook up zshenv --- .zsh/zstub | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .zsh/zstub (limited to '.zsh/zstub') diff --git a/.zsh/zstub b/.zsh/zstub new file mode 100644 index 0000000..d0c994f --- /dev/null +++ b/.zsh/zstub @@ -0,0 +1,19 @@ +# zstub +# +# Stub for all .z* files; actual content comes from a directory +# +# Copyright © 2011 Tobias Klauser +# Copyright © 1994–2008 martin f. krafft +# Released under the terms of the Artistic Licence 2.0 +# +# Source repository: git://git.distanz.ch/dotfiles/zsh.git +# + +source $ZDOTDIR/logging +source $ZDOTDIR/sourcedir + +_DIR=$ZDOTDIR/${${(%):-%1N}#.} +sourcedir $_DIR +unset _DIR + +# vim:ft=zsh -- cgit v1.2.3-54-g00ecf