Created
September 8, 2021 12:13
-
-
Save ManotLuijiu/125a00372a7d917fa47a5ab2a144eafc to your computer and use it in GitHub Desktop.
Enable colorize for nano on Mac
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
set autoindent | |
set historylog | |
set linenumbers | |
set numbercolor lagoon,black | |
set functioncolor lagoon,black | |
set titlecolor lagoon,black | |
set mouse | |
set regexp | |
set speller "aspell -x -c" | |
set tabsize 4 | |
set indicator | |
include "/usr/local/share/nano/*.nanorc" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment