📝 Added dusty alias for determining size of dirs

This commit is contained in:
z3rOR0ne 2022-10-20 21:32:08 -07:00
parent 399c868535
commit 12cd8bde91

View file

@ -3,6 +3,7 @@ alias .="cd && ls"
alias more="less"
alias {rg,grep}="rg -i --colors 'match:fg:blue' --colors 'line:fg:blue' -N"
alias {drag,rdrag}="ripdrag"
alias dusty="dust -i -v 'node_modules'"
alias lf="ranger"
alias ogrep='grep --colour=auto'
alias egrep='egrep --colour=auto'