Added find-empty-dirs

Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
This commit is contained in:
2022-09-18 11:25:31 +01:00
parent 53f6c16cf3
commit 1aa3722c02

View File

@@ -25,6 +25,7 @@ alias diff='delta'
alias du='dust'
alias df='duf -hide special'
alias find='fd'
alias find-empty-dirs='fd --type empty --type directory'
alias bandwhich='sudo bandwhich'
alias top='btm'
alias ps='procs'