]> git.pld-linux.org Git - projects/pld-ftp-admin.git/blame - shell/bash_profile
- existence check
[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
10fi
This page took 0.03745 seconds and 4 git commands to generate.