Skip to content

Instantly share code, notes, and snippets.

@ssstonebraker
Created August 29, 2013 16:02
Show Gist options
  • Save ssstonebraker/6380021 to your computer and use it in GitHub Desktop.
Save ssstonebraker/6380021 to your computer and use it in GitHub Desktop.
generic bash aliases
#From http://unix.stackexchange.com/questions/88702/change-chkconfig-used-by-centos-6-3-to-print-on-in-bright-green-like-ubuntus/88706#88706
alias chkconfig="chkconfig | perl -pe 'use Term::ANSIColor; s/\bon\b/color(\"green\").on.color(\"reset\")/ige;'"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment