Add rgh alias

This commit is contained in:
Sam A. 2022-12-30 19:49:11 +01:00
parent aef116579a
commit 3366f26727
Signed by: samsapti
GPG Key ID: CBBBE7371E81C4EA
1 changed files with 1 additions and 0 deletions

View File

@ -42,6 +42,7 @@ alias unmount="udisksctl unmount -b"
# Searching
alias grep="grep --color=always"
alias zgrep="zgrep --color=always"
alias rgh="rg --hidden -g '!/.git/'"
# Misc.
(( ${+commands[tmux]} )) &&