From f11771dfd5d0d174303bb3b64ed7a722a329f797 Mon Sep 17 00:00:00 2001 From: Martin Larsson Date: Sat, 25 May 2024 01:04:54 +0200 Subject: [PATCH] Add icons and git visualization to eza --- home/.zshrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home/.zshrc b/home/.zshrc index 08b0019..dbe1a13 100644 --- a/home/.zshrc +++ b/home/.zshrc @@ -82,8 +82,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" -alias tree="eza --tree --level=2 --color=always" +alias ll="eza --long --header -a --color=always --icons --git" +alias tree="eza --tree --level=2 --color=always --icons --git" alias lg="lazygit" alias neofetch="fastfetch" alias cat="bat"