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