[zsh] add fd hidden alias

This commit is contained in:
odrling 2022-06-14 15:39:16 +02:00
parent 44f6655e22
commit 1e0743dcf8
No known key found for this signature in database
GPG key ID: A0145F975F9F8B75

1
.zshrc
View file

@ -73,6 +73,7 @@ alias ag="ag --nogroup"
alias s="vi ~/.local/bin/\$(stest -lx ~/.local/bin | fzf --tac -e)"
alias ffmpeg="ffmpeg -hide_banner"
alias ffprobe="ffprobe -hide_banner"
alias fd="fd --hidden"
[ -f ~/.zshrc.local ] && . ~/.zshrc.local