mac: color syntax highlighting

Last updated on April 14, 2024 am

To get the same syntax highlight as in bash shall, add this to ~/.profile
export CLICOLOR=cons25

In vi, add the lines below in ~/.vimrc, create the file if you don't have it yet:

:set term=builtin_ansi
:syntax on


mac: color syntax highlighting
https://mingster.com/2013/01/09/mac-color-syntax-highlighting/
Author
mingster
Posted on
January 9, 2013
Licensed under