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:
parent
06e082c918
commit
ee2811f6ef
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user