# .bash_profile - file executed when logging in export EDITOR=vim # glen ;) if [ "${SSH_CONNECTION%% *}" = "194.106.120.90" ]; then export TZ=EET case $(id -un) in pldth) echo -ne "\033kth@ftp\033\\" ;; pldac) echo -ne "\033kac@ftp\033\\" ;; esac fi