From 71e37765231ed6d4245cd5640d6a8a4d829d2653 Mon Sep 17 00:00:00 2001 From: Sashanoraa Date: Wed, 22 Feb 2023 18:55:49 -0500 Subject: [PATCH] exa colors --- .config/fish/config.fish | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.config/fish/config.fish b/.config/fish/config.fish index 712d869..3f3cc1d 100644 --- a/.config/fish/config.fish +++ b/.config/fish/config.fish @@ -2,6 +2,8 @@ set -x fish_greeting 💖 hiya sashanoraa, welcome to (gethost) "~" 🏳️‍⚧️ set -x EDITOR nvim +set -x EXA_COLORS 'di=35;01:da=35' + # Fzf setting set -x FZF_DEFAULT_COMMAND 'fd --type f --follow' set -x FZF_CTRL_T_COMMAND 'command fre --sorted' -- 2.45.2