From a26588dda511483a8696a145627490fe19bf65eb Mon Sep 17 00:00:00 2001 From: Sheppy Date: Wed, 4 Jan 2017 03:35:10 +0100 Subject: [PATCH] changed ls output to not show . and .. and show human readable filesizes --- zshrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zshrc b/zshrc index 767026f..f657d94 100644 --- a/zshrc +++ b/zshrc @@ -144,8 +144,8 @@ alias wordcount="find . -type f -exec cat {} + | wc -w" ## LS ## LS_COLORS=$LS_COLORS:'di=0;35:'; export LS_COLORS -alias la="ls -la --color=auto" -alias ll="ls -ll --color=auto" +alias la="ls -lAh --color=auto" +alias ll="ls -llh --color=auto" alias ls="ls --color=auto" ## SSH-KEYS ##