projects
/
zsh.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Better debug output
[zsh.git]
/
.zsh
/
zshenv.home
1
############
2
#
3
# .zshenv
4
# Written by Joerg Jaspert <joerg@debian.org>
5
#
6
############
7
ZDOTDIR=${ZDOTDIR:-"${HOME}/.zsh"}
8
[ -r "${ZDOTDIR}/zshenv" ] && . "${ZDOTDIR}/zshenv"
9
10
# Don't do anything more in here, do everything inside
11
# $ZDOTDIR!