use binary prefixes on exa
This commit is contained in:
parent
cc0a9f89fd
commit
35b07f8ccc
1 changed files with 1 additions and 1 deletions
2
exa.zsh
2
exa.zsh
|
@ -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 };
|
||||
|
|
Loading…
Reference in a new issue