diff options
| -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' |
