[.zshrc] Update fdh alias

This commit is contained in:
Daniel Carrillo 2024-03-29 17:57:04 +01:00
parent 65173c1664
commit 97f17efb29
Signed by: dcarrillo
GPG Key ID: E4CD5C09DAED6E16
1 changed files with 1 additions and 1 deletions

2
.zshrc
View File

@ -47,7 +47,7 @@ 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 --glob '!.git/'"
alias fdh='fd --hidden --exclude .git'
alias fdh='fd --hidden --no-ignore --exclude .git'
alias vim=nvim
alias neovim=nvim
alias disable-hl='ZSH_HIGHLIGHT_MAXLENGTH=0'