From 35b07f8ccc236650ca4003220d22507d25523e6c Mon Sep 17 00:00:00 2001 From: Tobias Schmidl <5060861-schtobia@users.noreply.gitlab.com> Date: Mon, 7 Mar 2022 13:41:02 +0100 Subject: [PATCH] use binary prefixes on exa --- exa.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exa.zsh b/exa.zsh index 3f36d49..44a8b98 100644 --- a/exa.zsh +++ b/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 [path]"; exit 1 };