diff --git a/bin/autojump.bash b/bin/autojump.bash index 379e529..674e3d7 100644 --- a/bin/autojump.bash +++ b/bin/autojump.bash @@ -62,7 +62,7 @@ j() { output="$(autojump ${@})" if [[ -d "${output}" ]]; then if [ -t 1 ]; then # if stdout is a terminal, use colors - echo -e "\\033[31m${output}\\033[0m" + echo -e "\\033[32m${output}\\033[0m" else echo -e "${output}" fi