summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-01-14 11:21:41 -0600
committerJeff Carr <[email protected]>2025-01-14 11:21:41 -0600
commitece3ebdfb994d94495c50485fe49c7c67b4612d3 (patch)
tree0261390a70b69c4685c7237feab70058024f68d3
parentdc251253c8f2b51ec37a2b2aafa745cfa14a818b (diff)
ll -al
Signed-off-by: Jeff Carr <[email protected]>
-rw-r--r--bashrc/.wit3
1 files changed, 2 insertions, 1 deletions
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'