summaryrefslogtreecommitdiff
path: root/.zshenv
blob: c4e52c1b5075c4e1f3b4113f703de58991b715f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# .zshenv
#
# Base zshenv file which simply delegates to files in $ZDOTDIR
#
# Copyright © 2010–2011 Tobias Klauser <tklauser@distanz.ch>
#
# Source repository: git://git.distanz.ch/dotfiles/zsh.git
#
# Based on the zsh setup by martin f. krafft which can be found at:
# git://git.madduck.net/etc/zsh.git

ZDOTDIR=$HOME/.zsh
[ -f $ZDOTDIR/.zshenv ] && . $ZDOTDIR/.zshenv