diff --git a/home/.zsh-server/zshrc b/home/.zsh-server/zshrc index 73466d6..f38e84e 100644 --- a/home/.zsh-server/zshrc +++ b/home/.zsh-server/zshrc @@ -9,6 +9,7 @@ alias ls="ls --color -h" alias rm='echo "If you really want to use rm, use purge.\nOtherwise, please consider using trash instead: trash"' alias purge="/usr/bin/rm" alias sudo='nocorrect sudo ' +alias grep="grep --color -n" ### ZSH HOME export ZSH=$HOME/.zsh-server diff --git a/home/.zsh/zshrc b/home/.zsh/zshrc index 558543a..ac3d12b 100644 --- a/home/.zsh/zshrc +++ b/home/.zsh/zshrc @@ -19,6 +19,7 @@ alias rm='echo "If you really want to use rm, use purge.\nOtherwise, please cons alias purge="/usr/bin/rm" alias plasmarestart="kquitapp5 plasmashell && kstart5 plasmashell" alias sudo='nocorrect sudo ' +alias grep="grep --color -n" ### ZSH HOME export ZSH=$HOME/.zsh