From ece3ebdfb994d94495c50485fe49c7c67b4612d3 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Tue, 14 Jan 2025 11:21:41 -0600 Subject: [PATCH] ll -al Signed-off-by: Jeff Carr --- bashrc/.wit | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bashrc/.wit b/bashrc/.wit index 642fdcd..ce3176f 100644 --- a/bashrc/.wit +++ b/bashrc/.wit @@ -34,7 +34,8 @@ set +o ignoreeof export LS_OPTIONS='--color=auto' eval `dircolors` alias ls='ls $LS_OPTIONS' -alias ll='ls $LS_OPTIONS -lh' +# alias ll='ls $LS_OPTIONS -lh' +alias ll='ls $LS_OPTIONS -aCF -al' alias lf='ls $LS_OPTIONS -aCF' alias l='ls $LS_OPTIONS -lA'