Skip to content

Instantly share code, notes, and snippets.

@junaidk
Created February 5, 2014 16:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save junaidk/8826916 to your computer and use it in GitHub Desktop.
Save junaidk/8826916 to your computer and use it in GitHub Desktop.

creat a text file with name .nanorc and add following lines in it

include "/usr/share/nano/java.nanorc"
include "/usr/share/nano/c.nanorc"

copy the java.nanorc & c.nanorc files using following commands
cp /usr/share/nano/java.nanorc .
cp /usr/share/nano/c.nanorc .

place both files in your home directory

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment