]> git.pld-linux.org Git - projects/pld-ftp-admin.git/blob - shell/bash_profile
b6eec620174c4d574795bdfac96d008f0d062f23
[projects/pld-ftp-admin.git] / shell / bash_profile
1 # .bash_profile - file executed when logging in
2
3 export EDITOR=vim
4
5 # glen ;)
6 if [ "${SSH_CONNECTION%% *}" = "194.106.120.90" ]; then
7         export TZ=EET
8         case $(id -un) in
9         pldth)
10                 echo -ne "\033kth@ftp\033\\"
11                 ;;
12         pldac)
13                 echo -ne "\033kac@ftp\033\\"
14                 ;;
15         esac
16 fi
This page took 0.014974 seconds and 2 git commands to generate.