From bcdb1ea4600a2fe044b52b7075affb64785ad8f0 Mon Sep 17 00:00:00 2001 From: heavy Date: Tue, 8 Feb 2022 23:06:08 +0100 Subject: [PATCH] Use --git on exa not per default. This was very slow on uberspace systems. --- dot_bashrc.d/executable_08.alias.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dot_bashrc.d/executable_08.alias.tmpl b/dot_bashrc.d/executable_08.alias.tmpl index 0fdf155..6344cc0 100644 --- a/dot_bashrc.d/executable_08.alias.tmpl +++ b/dot_bashrc.d/executable_08.alias.tmpl @@ -10,7 +10,7 @@ alias ....='cd ../../..' if type exa > /dev/null 2>&1; then export EXA_ICON_SPACING=2 export TIME_STYLE=long-iso - alias ll='exa -l --git --icons --group-directories-first' + alias ll='exa -l --icons --group-directories-first' alias ls='exa --icons' else alias ll='ls -l --group-directories-first'