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'