[UP] add some viki files, knowledge.
[arrow.git] / archlinux_conf / home / .bash_profile
blob008315dcda36a810444914f2e2cae1c9295efcfd
2 source /etc/arrowenv
3 if [ "$ETH_LAN" == "" ]; then
4         /bin/echo "please set (ETH_LAN/ETH_WAN/ETH_WLAN, ARROW_HOST) first"
5 fi
7 source .bashrc
9 #export LANG=zh_CN.UTF-8
10 #export LC_ALL=zh_CN.UTF-8
11 export LANG=en_US.UTF-8
12 export LC_ALL=en_US.UTF-8
14 if [ "$TERM" == "linux" ]; then
15         export LANG=en_US;
16         export LC_ALL=en_US;
19 #if [[ -z "$DISPLAY" ]] && [[ $(tty) = /dev/vc/1 ]]; then
20 #        x
21 #        logout
22 #fi