1
0
Fork 0

add "--human-readable" in ls alias

pull/1099/head
YurixAnd 9 years ago
parent 4f19700919
commit 176a244d07
No known key found for this signature in database
GPG Key ID: CAC5E73FCD44D148

@ -62,7 +62,7 @@ alias type='type -a'
# ls # ls
if is-callable 'dircolors'; then if is-callable 'dircolors'; then
# GNU Core Utilities # GNU Core Utilities
alias ls='ls --group-directories-first' alias ls='ls --group-directories-first --human-readable'
if zstyle -t ':prezto:module:utility:ls' color; then if zstyle -t ':prezto:module:utility:ls' color; then
if [[ -s "$HOME/.dir_colors" ]]; then if [[ -s "$HOME/.dir_colors" ]]; then

Loading…
Cancel
Save