This commit is contained in:
Anthony Cicchetti 2023-09-13 10:37:54 -04:00
parent 2ecc7ae37b
commit fe75b6ace1

View file

@ -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