]> git.pld-linux.org Git - projects/pld-ftp-admin.git/blame - shell/bash_profile
- let cp-kde-i18n choose source arch
[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
48a5f713 7 export TZ=EET
0f0067e8 8 case $(id -un) in
52c548e5
ER
9 pldth)
10 echo -ne "\033kth@ftp\033\\"
0f0067e8 11 ;;
52c548e5
ER
12 pldac)
13 echo -ne "\033kac@ftp\033\\"
14 ;;
15 esac
48a5f713 16fi
This page took 0.050445 seconds and 4 git commands to generate.