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 {
|
||||
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
|
||||
ls -lah
|
||||
ls -lah "$@"
|
||||
fi
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue