#for ifort
source /opt/intel/Compiler/11.0/083/bin/ia32/ifortvars_ia32.sh
#for zsh
if [ -f /etc/bash_completion ]; then
. /etc/bash_completion
fi
PATH="$PATH":/usr/local/bin/
if [ -n "$SSH_CONNECTION" -a -z "$SSH_TTY" ]; then
NOZSH="nozsh"
fi
if [ -z "$NOZSH" -a -x `which zsh` ]; then
#exec screen -l -U
exec zsh -l
else
echo 'no zsh'
#source ~/.bash_specified
fi