Add rgh alias
This commit is contained in:
parent
aef116579a
commit
3366f26727
|
@ -42,6 +42,7 @@ alias unmount="udisksctl unmount -b"
|
||||||
# Searching
|
# Searching
|
||||||
alias grep="grep --color=always"
|
alias grep="grep --color=always"
|
||||||
alias zgrep="zgrep --color=always"
|
alias zgrep="zgrep --color=always"
|
||||||
|
alias rgh="rg --hidden -g '!/.git/'"
|
||||||
|
|
||||||
# Misc.
|
# Misc.
|
||||||
(( ${+commands[tmux]} )) &&
|
(( ${+commands[tmux]} )) &&
|
||||||
|
|
Loading…
Reference in a new issue