From d81814c704609a19309403078130a90343ac1a4f Mon Sep 17 00:00:00 2001 From: Jan Eitzinger Date: Mon, 15 Jan 2024 09:01:44 +0100 Subject: [PATCH] Introduce eza ls replacement --- dot_zshrc.tmpl | 7 ------- 1 file changed, 7 deletions(-) diff --git a/dot_zshrc.tmpl b/dot_zshrc.tmpl index 0a9768e..121a6c5 100644 --- a/dot_zshrc.tmpl +++ b/dot_zshrc.tmpl @@ -35,12 +35,5 @@ export PATH=/opt/homebrew/bin:$PATH {{ end }} {{ end }} -alias ld='eza -lD' -alias lf='eza -lF --color=always | grep -v /' -alias lh='eza -dl .* --group-directories-first' -alias ll='eza -al --group-directories-first' -alias ls='eza -alF --color=always --sort=size | grep -v /' -alias lt='eza -al --sort=modified' - eval "$(zoxide init zsh)" eval "$(starship init zsh)"