diff options
| author | Blista Kanjo | 2023-08-03 17:17:31 -0400 |
|---|---|---|
| committer | Blista Kanjo | 2023-08-03 17:17:31 -0400 |
| commit | c022665c7f98f2ed4fc1df083fa47e82311f77e0 (patch) | |
| tree | 0b25b2c357a20cbc8dafd3aa8a437f60aa13d28b /.config/fish/config.fish | |
| parent | 765065cd7171beee8248cf1f3796d8254548bcf1 (diff) | |
refactor: align `config.fish` and `.zshrc`
Diffstat (limited to '.config/fish/config.fish')
| -rw-r--r-- | .config/fish/config.fish | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.config/fish/config.fish b/.config/fish/config.fish index 7a96206..b16bd7e 100644 --- a/.config/fish/config.fish +++ b/.config/fish/config.fish @@ -14,6 +14,9 @@ if status is-interactive 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'" |
