diff options
| author | Blista Kanjo | 2023-08-03 10:00:55 -0400 |
|---|---|---|
| committer | Blista Kanjo | 2023-08-03 10:00:55 -0400 |
| commit | 4b625ae1a2adb33ba3611c841121ab01981bf2a0 (patch) | |
| tree | 9fe67e37395fb4053792c50a305dadbb87acc681 /.config/shell/.zshrc | |
| parent | 34f27a11a5b5f18cdbe5e007dadbaa888aff7342 (diff) | |
refactor: `grep` aliases
Diffstat (limited to '.config/shell/.zshrc')
| -rw-r--r-- | .config/shell/.zshrc | 3 |
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'" |
