find /usr/share/nano/ -iname "*.nanorc" -exec echo include {} \; >> ~/.nanorc
Wednesday, November 5, 2014
syntax highlighting for nano
Subscribe to:
Posts (Atom)
Followers
About Me
- reiki
- Torrance, CA, United States
This blog is about my programming learning track, about all things software programming that I do everyday. The posts here are a place holder for my learning notes. Hope you find it useful.
find /usr/share/nano/ -iname "*.nanorc" -exec echo include {} \; >> ~/.nanorc