# check the window size after each command and, if necessary,
# update the values of LINES and COLUMNS.

if [ -n "$PS1" ]; then
	shopt -s checkwinsize
	# make less more friendly for non-text input files, see lesspipe(1)
	[ -x /usr/bin/lesspipe ] && eval "$(lesspipe)"

#	if [ -f /etc/bash_completion ]; then
#	    . /etc/bash_completion
#	fi

#	export SHELL=/bin/zsh
#	exec $SHELL
fi
