From 176a244d07841620c528f33a5cca122addd2be9e Mon Sep 17 00:00:00 2001 From: YurixAnd Date: Sat, 12 Mar 2016 19:19:59 +0300 Subject: [PATCH] add "--human-readable" in ls alias --- modules/utility/init.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/utility/init.zsh b/modules/utility/init.zsh index fd7aaf6e..12270d9f 100644 --- a/modules/utility/init.zsh +++ b/modules/utility/init.zsh @@ -62,7 +62,7 @@ alias type='type -a' # ls if is-callable 'dircolors'; then # 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 [[ -s "$HOME/.dir_colors" ]]; then