Extend options and display . & ..

This commit is contained in:
Jan Jastrow 2023-09-04 03:52:51 +02:00
parent bc5ef993c7
commit 2c0dd6666e
1 changed files with 2 additions and 1 deletions

View File

@ -13,7 +13,8 @@ fi
# Better exa
if [[ -x $(which exa) ]]; then
alias exa='pwd; exa -la --group-directories-first --git -g'
alias exa='pwd; exa --long --all --all --group-directories-first --git --group'
# --all (2x) to show `.` and `..` directories as well
fi
# Better lsd