autojump icon indicating copy to clipboard operation
autojump copied to clipboard

Change color of output?

Open nodingneu opened this issue 7 years ago • 4 comments

Can I change the color to something other than the blaring red?

nodingneu avatar Jul 05 '17 08:07 nodingneu

I would like to know this as well. This project seems dead though. :/

Hund avatar Aug 28 '17 18:08 Hund

This is possible to solve yourself, open the file your shell sources, in Arch it's the file /etc/profile.d/autojump.zsh and find this line:

echo -e "\\033[31m${output}\\033[0m"

Change the value 31 to whatever you like and reload zsh. :)

Hund avatar Jul 24 '18 02:07 Hund

Yeah I should probably just remove the color or even the output altogether.

wting avatar Sep 07 '18 03:09 wting

For the brew installation,I use commend grep -rn "color" /usr/local/Cellar/autojump find location and change /usr/local/Cellar/autojump/22.5.1/share/autojump/autojump.zsh

la0s avatar Aug 02 '19 07:08 la0s