From f3fa923daa52d507e4ae87bb6b2dc1ccb564c178 Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Wed, 10 Feb 2021 01:35:43 -0500 Subject: Set LC_CTYPE=en_US.UTF-8 As much as I dislike en_US, this is the recommended setting, and the part before the dot doesn't actually do anything. --- home/.xsession | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/.xsession b/home/.xsession index 76044c84..ca09445b 100644 --- a/home/.xsession +++ b/home/.xsession @@ -1,5 +1,5 @@ . ~/.profile -export LC_CTYPE=C.UTF-8 +export LC_CTYPE=en_US.UTF-8 xset r rate 175 m 5/4 0 xmodmap ~/.config/X/modmap -- cgit 1.4.1 390970ac7864511cd36f6'>this commit dontfiles
summary refs log tree commit diff
path: root/bin/dash (unfollow)
Commit message (Expand)Author
2021-01-12Add htagmlJune McEnroe
2021-01-12Replace causal.agency with a simple mdoc pageJune McEnroe
2021-01-11Publish "Using vi"June McEnroe
2021-01-11Enable diff.colorMovedJune McEnroe
2021-01-10Set less search case-insensitiveJune McEnroe
2021-01-10Set EXINITJune McEnroe
2021-01-09Add c -t flag to print expression typeJune McEnroe
2021-01-05Update taglineJune McEnroe