From 4b625ae1a2adb33ba3611c841121ab01981bf2a0 Mon Sep 17 00:00:00 2001 From: Blista Kanjo Date: Thu, 3 Aug 2023 10:00:55 -0400 Subject: refactor: `grep` aliases --- .config/shell/.zshrc | 3 +++ 1 file changed, 3 insertions(+) (limited to '.config/shell/.zshrc') diff --git a/.config/shell/.zshrc b/.config/shell/.zshrc index d397f44..5e08a64 100644 --- a/.config/shell/.zshrc +++ b/.config/shell/.zshrc @@ -24,6 +24,9 @@ SAVEHIST=9223372036854775804 alias pu="command yay -Syyu --answerclean yes --rebuildall --noconfirm" alias yay="echo" alias neofetch="alsi" + alias grep='grep --colour=auto' + alias egrep='grep -E' + alias fgrep='grep -F' # youtube-dl aliases alias yt-mp4="youtube-dl -cif 'bestvideo[ext=mp4]+bestaudio[ext=m4a]/best[ext=mp4]/best'" -- cgit v1.2.3