From ee2811f6ef9285c4521957a4204ff3a1eea1c535 Mon Sep 17 00:00:00 2001 From: faiz-crypto <80588143+faiz-crypto@users.noreply.github.com> Date: Sat, 8 May 2021 18:37:07 +0530 Subject: [PATCH] Switch default color for autocompleted text to green Red is usually used for notifying an error or command failure. Switch the default autocompleted text color to green to better signify that things went right --- bin/autojump.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/autojump.fish b/bin/autojump.fish index e995506..65eb925 100644 --- a/bin/autojump.fish +++ b/bin/autojump.fish @@ -54,7 +54,7 @@ function j cd $argv else if test -d "$output" - set_color red + set_color green echo $output set_color normal cd $output