enhance readability of your makefile output by using colormake! :
- install colormake in your favorite directory (e.g. ~/bin)
- make an alias to the executable in your ~/.bashrc
alias make='~/bin/colormake-0.9/colormake'
enjoy the colors!
in addition to have consistent colors in emacs over different bashes export
export TERM=xterm-256color
No comments:
Post a Comment