diff options
Diffstat (limited to '.config/zsh')
| -rw-r--r-- | .config/zsh/alias.zsh | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/.config/zsh/alias.zsh b/.config/zsh/alias.zsh index 977e815..b3374a6 100644 --- a/.config/zsh/alias.zsh +++ b/.config/zsh/alias.zsh @@ -31,7 +31,7 @@ alias rmdir='rmdir -v'  alias chmod='chmod -v'  alias chown='chown -v'  alias mount='mount -v' -alias grep='grep --color --exclude-dir={.bzr,CVS,.git,.hg,.svn,.idea,.tox}' +alias grep='grep --color'  alias rgrep='grep -R -n -H'  alias fsl='fossil'  alias diff='colordiff' | 
