Browse Source

LC_MESSAGES=C when text login

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

+ 1
- 1
profile View File

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

# export PS1="\$ "


Loading…
Cancel
Save