Skip to content

Instantly share code, notes, and snippets.

@mbklein
Created August 10, 2011 18:07
Show Gist options
  • Save mbklein/1137661 to your computer and use it in GitHub Desktop.
Save mbklein/1137661 to your computer and use it in GitHub Desktop.
BASH aliases for colorized output
alias grep='grep --color=auto'
alias egrep='egrep --color=auto'
alias fgrep='fgrep --color=auto'
alias ls='ls -G'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment