From efa08312b951e1a7c3227c52b8dec8aac3a33d7b Mon Sep 17 00:00:00 2001 From: PlexSheep Date: Sat, 7 Jan 2023 23:45:43 +0100 Subject: [PATCH] moar of the same --- home/.zsh-server/zshrc | 1 + home/.zsh/zshrc | 1 + 2 files changed, 2 insertions(+) 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