exa: add number of hard links to long view
This commit is contained in:
parent
1513fa5d3e
commit
4bfb5e97cf
1 changed files with 1 additions and 1 deletions
2
exa.zsh
2
exa.zsh
|
@ -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'
|
alias exal='exa -l'
|
||||||
function exat() {
|
function exat() {
|
||||||
[[ "$1" != <-> ]] && { echo "Usage: exat <depth> [path]"; exit 1 };
|
[[ "$1" != <-> ]] && { echo "Usage: exat <depth> [path]"; exit 1 };
|
||||||
|
|
Loading…
Reference in a new issue