From 95c6055d3bd3a17f389d6c71a7892550b1ea8283 Mon Sep 17 00:00:00 2001 From: ndwarshuis Date: Thu, 29 Feb 2024 09:29:56 -0500 Subject: [PATCH] FIX ls dir order --- dot_config/zsh/dot_zshrc.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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