|
|
@ -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
|
|
|
|