Skip to content

Commit

Permalink
colored grep and less
Browse files Browse the repository at this point in the history
  • Loading branch information
puzzlet committed Aug 22, 2012
1 parent e1eefd1 commit 0fa5ada
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .bash_profile
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ fi

. /usr/share/autojump/autojump.sh

# colored grep and less
alias grep="grep --color=always"
alias less="less -R"

if [ -f ~/.bash_profile_private ]; then
. ~/.bash_profile_private
fi

0 comments on commit 0fa5ada

Please sign in to comment.