From cf1723db27268314d9dd2e84b9d6f460ba2f39ec Mon Sep 17 00:00:00 2001 From: Tobias Schmidl Date: Fri, 22 Feb 2019 12:59:54 +0100 Subject: [PATCH] exa: add a new alias, "eg", that presents long grid view Grid view conflicts with tree view --- exa.zsh | 1 + 1 file changed, 1 insertion(+) diff --git a/exa.zsh b/exa.zsh index 378bad3..f497667 100644 --- a/exa.zsh +++ b/exa.zsh @@ -8,4 +8,5 @@ function exat() { } alias e='exa -l' +alias eg='exa -Gl' alias et='exat'