From 392a7684c113643d6333ee3d571a80ffaf839dea Mon Sep 17 00:00:00 2001 From: Martin Larsson Date: Wed, 21 Aug 2024 11:34:34 +0200 Subject: [PATCH] Remove --git flag for all eza commands as it really slowed down all operations in large repos --- home/.zshrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home/.zshrc b/home/.zshrc index 2f21975..5bc433e 100644 --- a/home/.zshrc +++ b/home/.zshrc @@ -113,8 +113,8 @@ alias c="clear" alias s="source" alias sz="source ~/.zshrc" alias ls="eza -a --color=always" -alias ll="eza --long --header -a --color=always --icons --git" -alias tree="eza --tree --level=2 --color=always --icons --git" +alias ll="eza --long --header -a --color=always --icons" +alias tree="eza --tree --level=2 --color=always --icons" alias lg="lazygit" alias neofetch="fastfetch" alias cat="bat"