1
0
mirror of https://github.com/wting/autojump synced 2024-10-27 20:34:07 +00:00

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
This commit is contained in:
faiz-crypto 2021-05-08 18:37:07 +05:30 committed by GitHub
parent 06e082c918
commit ee2811f6ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -54,7 +54,7 @@ function j
cd $argv cd $argv
else else
if test -d "$output" if test -d "$output"
set_color red set_color green
echo $output echo $output
set_color normal set_color normal
cd $output cd $output