use binary prefixes on exa

This commit is contained in:
Tobias Schmidl 2022-03-07 13:41:02 +01:00
parent cc0a9f89fd
commit 35b07f8ccc

View file

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