summaryrefslogtreecommitdiffstats
path: root/.profile
diff options
context:
space:
mode:
Diffstat (limited to '.profile')
-rw-r--r--.profile1
1 files changed, 1 insertions, 0 deletions
diff --git a/.profile b/.profile
index bdbe88d..e7b2adb 100644
--- a/.profile
+++ b/.profile
@@ -16,6 +16,7 @@ fi
export EDITOR=vi
export VISUAL=emcl
export GPG_TTY=$(tty)
+export LC_COLLATE=C
PATH="$HOME/.cabal/bin:$HOME/.cargo/bin:$HOME/.elan/bin:$PATH"
if [ -z "$IS_GUIX_SYSTEM" ]; then