From 595fac3556ac20098e4c1b76eafcec78dbaeaaf0 Mon Sep 17 00:00:00 2001 From: Shuangjiang Li Date: Tue, 13 Jan 2015 22:37:50 -0800 Subject: [PATCH] update bash_profile --- .bash_profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bash_profile b/.bash_profile index 0f06f1c43..6d2cedd8e 100644 --- a/.bash_profile +++ b/.bash_profile @@ -24,7 +24,7 @@ export LESSCHARSET=utf-8 alias vim="/Applications/MacVim.app/Contents/MacOS/vim" alias l="ls -l" alias ll="ls -al" -alias ls="ls -l" +alias ls="ls -lart" alias c="clear" alias cl="clear"