blob: c8ad727c682bc87082ce633645184c29e4cde1e2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# zshenv/00_dirs
#
# Store some often used directory paths in variables
#
# 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 ZVARDIR=$HOME/.var/zsh
# vim:ft=zsh
|