diff options
Diffstat (limited to '.zsh/zshenv/00_dirs')
-rw-r--r-- | .zsh/zshenv/00_dirs | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/.zsh/zshenv/00_dirs b/.zsh/zshenv/00_dirs index 86bfc2b..c8ad727 100644 --- a/.zsh/zshenv/00_dirs +++ b/.zsh/zshenv/00_dirs @@ -2,15 +2,13 @@ # # Store some often used directory paths in variables # -# Copyright © 2010 Tobias Klauser <tklauser@distanz.ch> +# Copyright © 2010-2013 Tobias Klauser <tklauser@distanz.ch> # Released under the terms of the Artistic Licence 2.0 # # Source repository: git://git.distanz.ch/dotfiles/zsh.git # export BINDIR= -export ALTERADIR=/opt/altera9.1 - export ZVARDIR=$HOME/.var/zsh # vim:ft=zsh |