###################################################################
# zsh additional options
###################################################################

#options
 
# unlimit stacksize
 
#export fignore=($fignore ~ .o )
 
export HISTFILE=$HOME/.history
export HISTSIZE=100
export SAVEHIST=100

# let all local users use XWindows:
# export DISPLAY=`hostname`:0
# xhost +localhost # disturbs mc somehow

export TERM=xterm

#CVS
export CVS_RSH=ssh  ## needed (?) for sourceforge checkouts

# if [[ `echo $DISPLAY` != "" ]] ; then
#  	# switch off beep
#  	xset -b
# fi

###################################################################
# program settings

#midnight commander(mc): cd into last working directory of
#source /usr/share/mc/bin/mc.sh

# PYTHON
export PYTHONPATH=~/py:$PYTHONPATH
