mirror of
https://github.com/JanJastrow/.dotfiles.git
synced 2024-11-01 00:54:51 +01:00
Extend options and display . & ..
This commit is contained in:
parent
bc5ef993c7
commit
2c0dd6666e
@ -13,7 +13,8 @@ fi
|
|||||||
|
|
||||||
# Better exa
|
# Better exa
|
||||||
if [[ -x $(which exa) ]]; then
|
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
|
fi
|
||||||
|
|
||||||
# Better lsd
|
# Better lsd
|
||||||
|
Loading…
Reference in New Issue
Block a user