aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBlista Kanjo2023-08-03 10:00:55 -0400
committerBlista Kanjo2023-08-03 10:00:55 -0400
commit4b625ae1a2adb33ba3611c841121ab01981bf2a0 (patch)
tree9fe67e37395fb4053792c50a305dadbb87acc681
parent34f27a11a5b5f18cdbe5e007dadbaa888aff7342 (diff)
refactor: `grep` aliases
-rw-r--r--.config/shell/.zshrc3
1 files changed, 3 insertions, 0 deletions
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'"