## vim:ft=zsh ## Copyright (c) 2008, 2009 by Daniel Friesel ## Unless otherwise noted, this Licence applies to all files sourced here: ## 0. You just DO WHAT THE FUCK YOU WANT TO. ## ## https://derf.homelinux.org/~derf/dotfiles/zsh/rc ## see also: https://derf.homelinux.org/~derf/dotfiles/zsh/ source $ZDIR/osdetect source $ZDIR/rc_status source $ZDIR/options source $ZDIR/parameters source $ZDIR/function source $ZDIR/zle source $ZDIR/prompt source $ZDIR/directories source $ZDIR/keys source $ZDIR/alias source $ZDIR/misc zrc_status "includes" source $ZDIR/../provided/includes xsource $ZDIR/local # local configuration, not in git xsource $HOME/var/tmp/envstore-raw-$UID # envstore xsource $ZDIR/hosts/$HOST # local configuration in git source $ZDIR/completion source $ZDIR/cleanup