From 05d0121a642d3ebf13f8b806579b71e6b5e397fe Mon Sep 17 00:00:00 2001 From: Michael Campagnaro Date: Sun, 6 Dec 2015 00:15:13 -0500 Subject: [PATCH] Alias update --- zsh/aliases | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zsh/aliases b/zsh/aliases index 44aed10..b6f76e1 100644 --- a/zsh/aliases +++ b/zsh/aliases @@ -1,8 +1,8 @@ # Handle the fact that this file will be used with multiple OSs platform=`uname` if [[ $platform == 'Linux' ]]; then - alias l='ls -l --color' - alias ll='ls -lrth --color' + alias l='ls -lhg --color' + alias ll='ls -lahg --color' elif [[ $platform == 'Darwin' ]]; then alias l='ls -laG' alias ls='ls -laG'