diff options
Diffstat (limited to '.zshrc')
| -rw-r--r-- | .zshrc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -317,8 +317,8 @@ 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 -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 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 l="exa --icons --group-directories-first --time-style long-iso -abh" else alias ll="la -alF" |
