Skip to content

Commit 1f1daef

Browse files
committed
Set default locale and LC_ALL
1 parent 9fcfb0c commit 1f1daef

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.zshrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,8 @@ export PAGER="more"
6464
export LESS="-MQR"
6565
export VISUAL="nano"
6666
export EDITOR="nano"
67-
export LANG="en_US.UTF-8"
67+
export LANG="en_GB.UTF-8"
68+
export LC_ALL="C"
6869
export TERM="xterm-256color"
6970
export COLORTERM="truecolor"
7071
export FZF_DEFAULT_OPTS='--reverse --prompt="→ " --height="30%"'

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ set -e
77

88
################################################################################
99

10-
VERSION="2.5.6"
10+
VERSION="2.5.7"
1111

1212
################################################################################
1313

0 commit comments

Comments
 (0)