[.zshrc] Use long flags on rgh alias

This commit is contained in:
Daniel Carrillo 2023-11-28 20:23:04 +01:00
parent 146bb26bf2
commit b682fa7f26
Signed by: dcarrillo
GPG Key ID: E4CD5C09DAED6E16
1 changed files with 1 additions and 1 deletions

2
.zshrc
View File

@ -46,7 +46,7 @@ alias idiff='kitten diff'
alias issh='kitten ssh'
alias ls='ls --group-directories-first --color=auto --hyperlink=auto'
alias bkpwd='rm -rf ${PWD}.bak ; cp -a $PWD{,.bak}'
alias rgh="rg --hidden -g '!.git/'"
alias rgh="rg --hidden --glob '!.git/'"
alias fdh='fd --hidden --exclude .git'
alias vim=nvim
alias neovim=nvim