Skip to content

Commit

Permalink
Preserve grep --color when piping to less et al... not a default
Browse files Browse the repository at this point in the history
  • Loading branch information
David Rogers committed Jun 17, 2016
1 parent 13cbc33 commit 120cf14
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions home/.zshalias
Expand Up @@ -4,6 +4,7 @@ alias .f='dotfiles'
alias vimrc="vim -c '"'edit $MYVIMRC'"'"
alias vims="vim -S"
alias zshalias="vim ~/.zshalias && source ~/.zshalias"
alias grepc="grep --color=always"

alias today='gdate -d today -I'
alias yesterday='gdate -d yesterday -I'
Expand Down

0 comments on commit 120cf14

Please sign in to comment.