From 0c4e214a68597fdb6abbe4cea5a57c7c7b5d4ff5 Mon Sep 17 00:00:00 2001 From: Klesh Wong Date: Mon, 9 Nov 2020 16:45:28 +0800 Subject: [PATCH] [misc] use plainsel for dict.sh on fish shell --- fish/config/config.fish | 2 ++ 1 file changed, 2 insertions(+) diff --git a/fish/config/config.fish b/fish/config/config.fish index 7162021..cd3374a 100644 --- a/fish/config/config.fish +++ b/fish/config/config.fish @@ -53,6 +53,8 @@ if status is-interactive set -gx LS_COLORS 'ow=34;42;40' # ranger highlighting color theme set -gx HIGHLIGHT_OPTIONS --style=solarized-dark + # dict.sh + set -gx D_SELECTOR 'plainsel' # tune git icon for nerdfont set -g __fish_git_prompt_char_upstream_ahead '>'