diff --git a/dot_config/zsh/dot_zshrc.tmpl b/dot_config/zsh/dot_zshrc.tmpl index 5e159c2..fe4ec3b 100644 --- a/dot_config/zsh/dot_zshrc.tmpl +++ b/dot_config/zsh/dot_zshrc.tmpl @@ -285,7 +285,7 @@ if ! alias_if eza \ ll='eza -alhg --group-directories-first' \ llt='eza -T' \ llg='ll --git'; then - alias ll='ls -alh' + alias ll='ls --group-directories-first -Alh' alias_if tree llt='tree' fi