# .bash_profile - file executed when logging in export EDITOR=vim # glen ;) if [ "${SSH_CONNECTION%% *}" = "194.106.120.90" ]; then export LC_ALL=C export LANG=en_US export TZ=EET fi