We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fcfb0c commit 1f1daefCopy full SHA for 1f1daef
.zshrc
@@ -64,7 +64,8 @@ export PAGER="more"
64
export LESS="-MQR"
65
export VISUAL="nano"
66
export EDITOR="nano"
67
-export LANG="en_US.UTF-8"
+export LANG="en_GB.UTF-8"
68
+export LC_ALL="C"
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.6"
+VERSION="2.5.7"
11
12
13
0 commit comments