bash: ll
This commit is contained in:
parent
84a7b345ee
commit
810eeea43e
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue