]> git.pld-linux.org Git - projects/pld-ftp-admin.git/blob - shell/bash_profile
d83dfea38b0666b46e0e1cc80f97f27209c8ded9
[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 LC_ALL=C
8         export LANG=en_US
9         export TZ=EET
10         case $(id -un) in
11         pldth)
12                 echo -ne "\033kth@ftp\033\\"
13                 ;;
14         pldac)
15                 echo -ne "\033kac@ftp\033\\"
16                 ;;
17         esac
18 fi
This page took 0.014682 seconds and 2 git commands to generate.