This website works better with JavaScript.
Home
Explore
Help
Sign In
10sr
/
dotfiles-mirror
mirror of
https://github.com/10sr/dotfiles.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
LANG=C when login with terminal
pull/1/head
10sr
12 years ago
parent
5449540d7c
commit
f0308af896
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
Write
Preview
Loading…
Cancel
Save