Add rgh alias
This commit is contained in:
parent
aef116579a
commit
3366f26727
|
@ -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]} )) &&
|
||||
|
|
Loading…
Reference in a new issue