Created
August 7, 2021 15:57
-
-
Save ManotLuijiu/0cd5d7e019c86f28080990f69ce97d5a to your computer and use it in GitHub Desktop.
nano colorize configuration
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 tabsize 4 | |
set tabstospaces | |
set autoindent | |
set trimblanks | |
set linenumbers | |
set constantshow | |
set titlecolor white,red | |
set keycolor cyan | |
set functioncolor cyan | |
set numbercolor yellow | |
set mouse | |
# include /usr/local/share/nano/*.nanorc | |
# include "/usr/local/share/nano/*.nanorc" | |
include "/usr/local/Cellar/nano/*/share/nano/*.nanorc" |
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
# nano configuration | |
alias nano='/usr/local/bin/nano' | |
# nano finished |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment