From 0c1f6aabfa9d8d9f0f4e4d558a261cfe24d0a2b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B8rn=20=C3=85ne?= Date: Mon, 25 Jul 2016 11:09:27 +0200 Subject: [PATCH] Add LC_ALL=C. --- dot.bashrc | 6 ++++++ dot.tcshrc | 2 ++ dot.zshenv | 2 ++ 3 files changed, 10 insertions(+) diff --git a/dot.bashrc b/dot.bashrc index 8724488..c402b1f 100644 --- a/dot.bashrc +++ b/dot.bashrc @@ -16,6 +16,12 @@ alias .......=' cd ../../../../../..' alias ........=' cd ../../../../../../..' alias .........=' cd ../../../../../../../..' +export PAGER=less +export EDITOR=vim +export VISUAL=vim + +export LC_ALL=C + # Disable systemctl's auto-paging feature: export SYSTEMD_PAGER= diff --git a/dot.tcshrc b/dot.tcshrc index 6bd9ed7..29f2a80 100644 --- a/dot.tcshrc +++ b/dot.tcshrc @@ -17,6 +17,8 @@ setenv PAGER less setenv EDITOR vim setenv VISUAL less +setenv LC_ALL=C + # bind keypad keys for console, vt100, vt102, xterm bindkey "\e[1~" beginning-of-line # Home bindkey "\e[2~" overwrite-mode # Ins diff --git a/dot.zshenv b/dot.zshenv index af3d9e7..942b500 100644 --- a/dot.zshenv +++ b/dot.zshenv @@ -15,6 +15,8 @@ export PAGER=less export EDITOR=vim export VISUAL=vim +export LC_ALL=C + # Disable systemctl's auto-paging feature: export SYSTEMD_PAGER= -- GitLab