mirror of
https://github.com/wting/autojump
synced 2024-10-27 20:34:07 +00:00
Merge aa1fa3222c
into ff75f542ae
This commit is contained in:
commit
854a4bd726
@ -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…
Reference in New Issue
Block a user