From ce2b654134490d7f324d318a8701ecf05dd407e9 Mon Sep 17 00:00:00 2001 From: surtur Date: Wed, 1 Sep 2021 15:00:45 +0200 Subject: [PATCH] zshrc: show group ownership with exa --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index 575965d..f80f782 100644 --- a/.zshrc +++ b/.zshrc @@ -146,7 +146,7 @@ export SSH_KEY_PATH="$HOME/.ssh/$kee" eval $(TERM=xterm-256color dircolors) - alias ls='exa -al --group-directories-first' + alias ls='exa -al --group --group-directories-first' alias grubup='sudo grub2-mkconfig -o /boot/grub2/grub.cfg' alias am='sudo -i' alias mv='mv -i'