# zshenv/00_rdirs
#
# Assigns paths to related directories to a number of variables 
#
# Copyright © 1994–2008 martin f. krafft <madduck@madduck.net>
# Released under the terms of the Artistic Licence 2.0
#
# Source repository: http://git.madduck.net/v/etc/zsh.git
#

export VAR_RELATIVE=.var
export VAR=$HOME/$VAR_RELATIVE
export ZVAR=$VAR/zsh
export BIN_RELATIVE=.bin
export BIN=$HOME/$BIN_RELATIVE

# vim:ft=zsh