Skip to content

Commit

Permalink
Colored grep
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey Paramonov committed Oct 27, 2012
1 parent 4e4a10b commit e750de6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .profile
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@ export EDITOR=vi


## Aliases ## Aliases
## ##
alias egrep='egrep --color=auto'
alias fgrep='fgrep --color=auto'
alias grep='grep --color=auto'
alias ll='ls -al' alias ll='ls -al'
alias tac='tail -r' alias tac='tail -r'
alias cdp='cd $PROJECTS_HOME' alias cdp='cd $PROJECTS_HOME'
Expand Down

0 comments on commit e750de6

Please sign in to comment.