if [ -n "$DISPLAY" -a -z "$XAUTHORITY" ]; then
	export XAUTHORITY=$HOME/.Xauthority
fi

if [ -x "`which iceweasel`" ]; then
	export BROWSER="iceweasel"
fi

if [ -d "$HOME/tmp" ]; then
	export TMPDIR="$HOME/tmp"
fi

if [ -d "$HOME/bin" ]; then
	export PATH="$HOME/bin:$PATH"
fi

export LC_ALL=ru_RU.UTF-8
export LANG=ru_RU.UTF-8
export PS1="[%n@%m %1~] %# "
