Last active
December 2, 2023 16:48
-
-
Save washopilot/eaddb977bd808b938108d55442681887 to your computer and use it in GitHub Desktop.
How do I enable syntax highlighting in nano
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
I used this command to quickly enable all available languages (nano-syntax-highlighting) | |
find /usr/share/nano/ -iname "*.nanorc" -exec echo include {} \; >> ~/.nanorc |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment