diff options
| author | Jeff Carr <[email protected]> | 2025-02-08 21:41:30 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-02-08 21:41:30 -0600 |
| commit | dbac091a1eacf16596b015b79870103c7b8abb14 (patch) | |
| tree | 8c7c285744c146d97cc414cede4324925e3066c5 | |
| parent | 7dee0441915c8b38dac5ad5ba79823330b61a615 (diff) | |
| parent | ece3ebdfb994d94495c50485fe49c7c67b4612d3 (diff) | |
Merge branch 'master' of git.wit.org:wit/bash
| -rw-r--r-- | bashrc/.wit | 3 |
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' |
