Skip to content

Commit 0521dbb

Browse files
committed
Fix utf support for LC_ALL
1 parent 1f1daef commit 0521dbb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.zshrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ export LESS="-MQR"
6565
export VISUAL="nano"
6666
export EDITOR="nano"
6767
export LANG="en_GB.UTF-8"
68-
export LC_ALL="C"
68+
export LC_ALL="C.UTF-8"
6969
export TERM="xterm-256color"
7070
export COLORTERM="truecolor"
7171
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.7"
10+
VERSION="2.5.8"
1111

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

0 commit comments

Comments
 (0)