bash: ll argumente
This commit is contained in:
parent
236cd08786
commit
683480e343
1 changed files with 2 additions and 2 deletions
|
@ -151,9 +151,9 @@ function gc {
|
||||||
}
|
}
|
||||||
function ll {
|
function 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
|
||||||
ls -lah
|
ls -lah "$@"
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue