From 054e6c9b343a1579af0954f9bbd06c7297e9095d Mon Sep 17 00:00:00 2001 From: scbj Date: Thu, 5 Mar 2026 10:09:21 +0100 Subject: [PATCH] (bashrc) changed ls alias to group directories first --- bashrc/.bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bashrc/.bashrc b/bashrc/.bashrc index 2ffadc8..ba69d0e 100644 --- a/bashrc/.bashrc +++ b/bashrc/.bashrc @@ -37,7 +37,7 @@ fi if $(which eza &>/dev/null); then alias list='eza -lao --no-permissions --group-directories-first -s=ext --color=always --time-style long-iso' else - alias list='ls -hal --color=auto' + alias list='ls -hAl --color=auto --group-directories-first' fi # aliases related to `grep`