Skip to content

Instantly share code, notes, and snippets.

@washopilot
Last active December 2, 2023 16:48
Show Gist options
  • Save washopilot/eaddb977bd808b938108d55442681887 to your computer and use it in GitHub Desktop.
Save washopilot/eaddb977bd808b938108d55442681887 to your computer and use it in GitHub Desktop.
How do I enable syntax highlighting in nano
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