Switch from exa to eza (active fork) and enable git,icons

This commit is contained in:
Marko Korhonen 2023-09-09 12:15:41 +03:00
parent e6b348bda0
commit 42c79e8d65
Signed by: FunctionalHacker
GPG key ID: A7F78BCB859CD890
2 changed files with 3 additions and 3 deletions

View file

@ -10,7 +10,7 @@ alias gpush='git push'
forgit_revert_commit=fgrc
# Modern replacement for ls
alias ls='exa'
alias ls='eza --icons --git'
# Enable command not found handler
{%@@ if distro_id == "arch" @@%}