We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f1daef commit 0521dbbCopy full SHA for 0521dbb
.zshrc
@@ -65,7 +65,7 @@ export LESS="-MQR"
65
export VISUAL="nano"
66
export EDITOR="nano"
67
export LANG="en_GB.UTF-8"
68
-export LC_ALL="C"
+export LC_ALL="C.UTF-8"
69
export TERM="xterm-256color"
70
export COLORTERM="truecolor"
71
export FZF_DEFAULT_OPTS='--reverse --prompt="→ " --height="30%"'
install.sh
@@ -7,7 +7,7 @@ set -e
7
8
################################################################################
9
10
-VERSION="2.5.7"
+VERSION="2.5.8"
11
12
13
0 commit comments