Alpha Chen 12 months ago
parent 5c6b37166a
commit b26f9422d5
Signed by: alpha
SSH Key Fingerprint: SHA256:3fOT8fiYQG/aK9ntivV3Bqtg8AYQ7q4nV6ZgihOA20g

@ -46,9 +46,9 @@ if [ -e $HOMEBREW_PREFIX/share/z.lua/z.lua ]; then
eval "$(lua $HOMEBREW_PREFIX/share/z.lua/z.lua --init zsh enhanced fzf)"
fi
if [ $commands[exa] ]; then
alias ls=exa
export EXA_COLORS="di=34"
if [ $commands[eza] ]; then
alias ls=eza
export EZA_COLORS="di=34"
fi
if [ $commands[bat] ]; then

Loading…
Cancel
Save