We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cb2d23 commit ebf6eefCopy full SHA for ebf6eef
.zshrc
@@ -72,7 +72,7 @@ export LANG="en_GB.UTF-8"
72
export LC_ALL="C.UTF-8"
73
export TERM="xterm-256color"
74
export COLORTERM="truecolor"
75
-export FZF_DEFAULT_OPTS='--reverse --prompt="→ " --height="30%"'
+export FZF_DEFAULT_OPTS='--reverse --prompt="→ " --height="30%" --color=pointer:#5FD7D7,hl:#5FD7D7,hl+:#FFAF00'
76
77
# Go env
78
export GOPROXY=direct
install.sh
@@ -7,7 +7,7 @@ set -e
7
8
################################################################################
9
10
-VERSION="2.5.11"
+VERSION="2.5.12"
11
12
13
0 commit comments