Added Enabling syntax highlighting in nano [Closes: issue50] 0.4.5
authorMichael Prokop <mika@grml.org>
Mon, 13 Aug 2007 21:07:32 +0000 (23:07 +0200)
committerMichael Prokop <mika@grml.org>
Mon, 13 Aug 2007 21:07:32 +0000 (23:07 +0200)
debian/changelog
grml_tips

index 40cab2d..cc07547 100644 (file)
@@ -2,6 +2,7 @@ grml-tips (0.4.5) unstable; urgency=low
 
   * Added tips:
     - Change passphrase / password of an existing SSH key
+    - Enabling syntax highlighting in nano [Closes: issue50]
 
  -- Michael Prokop <mika@grml.org>  Wed,  8 Aug 2007 21:46:46 +0200
 
index ac73358..2b150a5 100644 (file)
--- a/grml_tips
+++ b/grml_tips
@@ -2842,3 +2842,8 @@ Change passphrase / password of an existing SSH key:
 
 % ssh-keygen -p
 -- 
+Enable syntax highlighting in nano:
+
+Just uncomment the include directives for your respective
+language at the bottom of the file /etc/nanorc
+--