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