initial configs

This commit is contained in:
2011-02-27 16:28:22 -05:00
commit d94ab5b5a5
9 changed files with 100 additions and 0 deletions

15
zshenv Normal file
View File

@ -0,0 +1,15 @@
# ignore system zsh
IGNORE_SYSTEM_ZSH=1
# unique path... and put my stuff first
typeset -U path
path=(~/bin ~/local/bin ~/local/sbin /usr/local/bin /usr/local/sbin /usr/bin /usr/X11R6/bin /bin /usr/sbin /sbin /usr/games)
### environment
export PAGER=less
export RSYNC_RSH=ssh
export CVS_RSH=ssh
#export CVSROOT=/home/cvs
[ -f $HOME/.environment ] && . $HOME/.environment