X-Git-Url: https://git.madduck.net/etc/zsh.git/blobdiff_plain/9a1960b5edade792e0d4d9a8c8e0630e774affc5..33230b65afa1076218abff057d0bbcc7486af0a8:/.zsh/zshenv/00_rdirs diff --git a/.zsh/zshenv/00_rdirs b/.zsh/zshenv/00_rdirs deleted file mode 100644 index 062c011..0000000 --- a/.zsh/zshenv/00_rdirs +++ /dev/null @@ -1,17 +0,0 @@ -# zshenv/00_rdirs -# -# Assigns paths to related directories to a number of variables -# -# Copyright © 1994–2008 martin f. krafft -# 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