diff --git a/.bash_extra b/.bash_extra index 062f6c6..c045ce7 100644 --- a/.bash_extra +++ b/.bash_extra @@ -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 }