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