r e a d
This commit is contained in:
parent
f3f0a5b5c1
commit
d80995b3fb
1 changed files with 2 additions and 0 deletions
2
.zshrc
2
.zshrc
|
@ -2214,6 +2214,8 @@ if [[ "$TERM" != dumb ]]; then
|
||||||
alias ls="command ls ${ls_options:+${ls_options[*]}}"
|
alias ls="command ls ${ls_options:+${ls_options[*]}}"
|
||||||
#a1# List all files, with colors (\kbd{ls -la \ldots})
|
#a1# List all files, with colors (\kbd{ls -la \ldots})
|
||||||
alias la="command ls -la ${ls_options:+${ls_options[*]}}"
|
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})
|
#a1# List files with long colored list, without dotfiles (\kbd{ls -l \ldots})
|
||||||
alias ll="command ls -l ${ls_options:+${ls_options[*]}}"
|
alias ll="command ls -l ${ls_options:+${ls_options[*]}}"
|
||||||
#a1# List files with long colored list, human readable sizes (\kbd{ls -hAl \ldots})
|
#a1# List files with long colored list, human readable sizes (\kbd{ls -hAl \ldots})
|
||||||
|
|
Loading…
Reference in a new issue