This commit is contained in:
Michael Grote 2022-01-05 07:49:17 +01:00
parent 84a7b345ee
commit 810eeea43e

View file

@ -146,7 +146,6 @@ function gc {
esac esac
} }
function ll { function ll {
unalias ll
if command -v exa >/dev/null ; then if command -v exa >/dev/null ; then
exa --long --git --all --ignore-glob='.git' --group-directories-first --sort=name --group exa --long --git --all --ignore-glob='.git' --group-directories-first --sort=name --group
else else