From fe75b6ace1225e5ed11ccf3afa743cb7e592c0d1 Mon Sep 17 00:00:00 2001 From: Anthony Cicchetti Date: Wed, 13 Sep 2023 10:37:54 -0400 Subject: [PATCH] eza --- zsh/zshrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zsh/zshrc b/zsh/zshrc index 4e8ad23..3a87619 100644 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -116,7 +116,7 @@ compinit znap source oh-my-zsh plugins/{gitignore,git,helm,mvn,gradle} -alias exa="exa -l --git" +alias exa="eza -l --git" if [[ $(uname -s) =~ 'Linux' ]]; then alias cp="cp --reflink=auto" fi @@ -185,7 +185,7 @@ else touch $HOME/.zshsrc fi -LS_PICKER="exa" +LS_PICKER="eza" for funcfile in $HOME/.zsh.d/* ; do source "${funcfile}" done