From ac396509c91c90380f913a7c6d16bcbe09204c40 Mon Sep 17 00:00:00 2001 From: Tobias Schmidl Date: Fri, 22 Feb 2019 12:58:03 +0100 Subject: [PATCH] Revert "exa.zsh: Use long grid view by default" This reverts commit 6701a11f9cb49b1b640f3496cd2b8a9b71226d79. --- exa.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exa.zsh b/exa.zsh index 36159e8..378bad3 100644 --- a/exa.zsh +++ b/exa.zsh @@ -1,4 +1,4 @@ -alias exa='exa -GFhg@ --git --time-style long-iso' +alias exa='exa -Fhg@ --git --time-style long-iso' alias exal='exa -l' function exat() { [[ "$1" != <-> ]] && { echo "Usage: exat [path]"; exit 1 };