From 7c0befa88dfa132ee443e67b818a71430f980141 Mon Sep 17 00:00:00 2001 From: Tony Duckles Date: Thu, 12 Aug 2010 23:21:47 -0500 Subject: [PATCH] .bashrc: Adding "ll." alias --- .bashrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.bashrc b/.bashrc index e861862..2e8471e 100644 --- a/.bashrc +++ b/.bashrc @@ -258,6 +258,7 @@ test -n "$LS_COMMON" && # these use the ls aliases above alias ll="ls -l" alias l.="ls -d .*" +alias ll.="ls -ld .*" # setup color grep output if available test -n "$COLORS" && -- 2.43.0