zshrc: prefer base 2 SI prefixes in exa

This commit is contained in:
Martin Sekera 2021-04-08 22:24:28 +02:00
parent 6868e223dc
commit b8c3f437a6

View file

@ -7,7 +7,7 @@ alias ls="ls --classify --color --group-directories-first --quoting-style=litera
which exa > /dev/null which exa > /dev/null
if [[ $? -eq 0 ]]; then if [[ $? -eq 0 ]]; then
alias l="exa --group --long --git --group-directories-first --extended" alias l="exa --group --long --git --group-directories-first --extended --binary"
alias ll="l --all" alias ll="l --all"
alias lt="l --tree" alias lt="l --tree"