From 3cc8057f2ccb535010568d93f4ba316f14c72c92 Mon Sep 17 00:00:00 2001 From: giomba Date: Thu, 28 Oct 2021 13:53:33 +0200 Subject: [PATCH] ls: show group ownership of files --- zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zshrc b/zshrc index d8353e8..646821b 100644 --- a/zshrc +++ b/zshrc @@ -2582,7 +2582,7 @@ if command -v exa &> /dev/null ; then alias ls='command exa' fi -alias l='ls -l' +alias l='ls -lg' alias ll='l' if [[ -r /proc/mdstat ]]; then