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
pull/631/head
faiz-crypto 3 years ago committed by GitHub
parent 06e082c918
commit ee2811f6ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save