This commit is contained in:
lickthecheese 2020-06-16 22:49:30 -04:00
parent f3f0a5b5c1
commit d80995b3fb
1 changed files with 2 additions and 0 deletions

2
.zshrc
View File

@ -2214,6 +2214,8 @@ if [[ "$TERM" != dumb ]]; then
alias ls="command ls ${ls_options:+${ls_options[*]}}"
#a1# List all files, with colors (\kbd{ls -la \ldots})
alias la="command ls -la ${ls_options:+${ls_options[*]}}"
#lh hooman
alias lh="command ls -lah ${ls_options:+${ls_options[*]}}"
#a1# List files with long colored list, without dotfiles (\kbd{ls -l \ldots})
alias ll="command ls -l ${ls_options:+${ls_options[*]}}"
#a1# List files with long colored list, human readable sizes (\kbd{ls -hAl \ldots})