From b7fbc9583e7f9304a25610468e5b060fc1c87c61 Mon Sep 17 00:00:00 2001 From: Scott Wallace Date: Wed, 4 Feb 2015 10:54:13 +0000 Subject: [PATCH] Update the 'll' alias to behave more like the real thing. --- .bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bashrc b/.bashrc index ede1430..104e654 100644 --- a/.bashrc +++ b/.bashrc @@ -45,7 +45,7 @@ export PROMPT_COMMAND="${PROMPT_COMMAND:+$PROMPT_COMMAND$'\n'}history -a; histor #-------------------------------------------------------------------------------- if [ $(uname -s) = "Darwin" ]; then alias top='top -u' - alias ll='ls -lA' + alias ll='ls -l' fi #--------------------------------------------------------------------------------