ls: show group ownership of files

This commit is contained in:
giomba 2021-10-28 13:53:33 +02:00
parent e78e9ce616
commit 3cc8057f2c
1 changed files with 1 additions and 1 deletions

2
zshrc
View File

@ -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