add human readable flag to short ls (l)

This commit is contained in:
2026-08-04 15:21:57 -06:00
parent cee8498648
commit c9084ddcdf

View File

@@ -46,7 +46,7 @@ alias edit="emacs $1"
alias sedit="sudo emacs $1"
## ls helpers
alias l="ls -lF --color"
alias l="ls -lFh --color"
alias la="ls -AF --color" # exclude . and ..
alias lsd="ls -F --color | grep --color=never '^d'" # only directories
alias ls="command ls --color" # always color