aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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'"