summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-02-08 21:41:30 -0600
committerJeff Carr <[email protected]>2025-02-08 21:41:30 -0600
commitdbac091a1eacf16596b015b79870103c7b8abb14 (patch)
tree8c7c285744c146d97cc414cede4324925e3066c5
parent7dee0441915c8b38dac5ad5ba79823330b61a615 (diff)
parentece3ebdfb994d94495c50485fe49c7c67b4612d3 (diff)
Merge branch 'master' of git.wit.org:wit/bash
-rw-r--r--bashrc/.wit3
1 files changed, 2 insertions, 1 deletions
diff --git a/bashrc/.wit b/bashrc/.wit
index fd2636f..e618ca6 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'