Browse Source

LANG=C when login with terminal

pull/1/head
10sr 12 years ago
parent
commit
f0308af896
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      .profile

+ 2
- 0
.profile View File

@@ -14,6 +14,8 @@ if [ -n "${DESKTOP_SESSION}" ]; then
test -f "$HOME/.fehbg" &&
type feh >/dev/null 2>&1 &&
sh "$HOME/.fehbg"
else
export LANG=C
fi

export LC_TIME=C


Loading…
Cancel
Save