[zsh] exa: use binary sizes

legacy
Simon Bruder 2019-06-23 16:19:24 +00:00
parent f1a2256c85
commit 1233435b9d
No known key found for this signature in database
GPG Key ID: 6F03E0000CC5B62F
1 changed files with 1 additions and 1 deletions

View File

@ -132,7 +132,7 @@ function audacious-hack() (
## Aliases for programs
if which exa 2>&1 >> /dev/null;then
alias exa="exa --git"
alias exa="exa --git --binary"
alias ls="exa"
fi
alias ipy="ipython3"