exa: add number of hard links to long view

This commit is contained in:
Tobias Schmidl 2020-04-17 07:17:40 +02:00
parent 1513fa5d3e
commit 4bfb5e97cf

View file

@ -1,4 +1,4 @@
alias exa='exa -Fhg@ --git --time-style long-iso'
alias exa='exa -FHhg@ --git --time-style long-iso'
alias exal='exa -l'
function exat() {
[[ "$1" != <-> ]] && { echo "Usage: exat <depth> [path]"; exit 1 };