pull/637/merge
Deep Patel 9 months ago committed by GitHub
commit 854a4bd726
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save