Skip to content

Commit

Permalink
grep: use alias
Browse files Browse the repository at this point in the history
  • Loading branch information
holomorph committed Nov 26, 2014
1 parent 91ea0ee commit 16b4371
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .config/zsh/alias.zsh
Expand Up @@ -9,6 +9,7 @@ alias gdb='gdb -q'
alias ncmpcpp='ncmpcpp -c ~/.config/ncmpcpp/config'
alias weechat='weechat -d ~/.config/weechat'

alias grep='grep --color=auto'
alias df='df -h'
alias du='du -h'
alias cp='cp -iv'
Expand Down
1 change: 0 additions & 1 deletion .pam_environment
Expand Up @@ -6,7 +6,6 @@ VISUAL=vim
PAGER=less
GCC_COLORS=-
GREP_COLORS=mt=01;32
GREP_OPTIONS=--color=auto
LESS=-R
TERMINAL=termite
GZIP=-9
Expand Down

0 comments on commit 16b4371

Please sign in to comment.