diff options
| -rw-r--r-- | .zshrc | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -316,9 +316,9 @@ device="desktop" # can be either "desktop" (default when empty), "server" or "an # General commands {{{ if [[ -x "$(command -v exa)" ]]; then - alias ll="exa --icons --group-directories-first --git --time-style long-iso -labh" - alias lk="exa --icons --group-directories-first --git --time-style long-iso -labhTL" - alias l.="exa --icons --group-directories-first --git --time-style long-iso -labhTL 2" + alias ll="exa --icons --group-directories-first --git --time-style long-iso -a -labh" + alias lk="exa --icons --group-directories-first --git --time-style long-iso -a -labhTL" + alias l.="exa --icons --group-directories-first --git --time-style long-iso -a -labhTL 2" alias l="exa --icons --group-directories-first --time-style long-iso -abh" else alias ll="la -alF" |
