Remove --git flag for all eza commands as it really slowed down all

operations in large repos
This commit is contained in:
Martin Larsson 2024-08-21 11:34:34 +02:00
parent 60935aba8d
commit 392a7684c1

View file

@ -113,8 +113,8 @@ alias c="clear"
alias s="source" alias s="source"
alias sz="source ~/.zshrc" alias sz="source ~/.zshrc"
alias ls="eza -a --color=always" alias ls="eza -a --color=always"
alias ll="eza --long --header -a --color=always --icons --git" alias ll="eza --long --header -a --color=always --icons"
alias tree="eza --tree --level=2 --color=always --icons --git" alias tree="eza --tree --level=2 --color=always --icons"
alias lg="lazygit" alias lg="lazygit"
alias neofetch="fastfetch" alias neofetch="fastfetch"
alias cat="bat" alias cat="bat"