Forked from zsh-exa-plugin
as exa
is deprecated.
This zsh plugin enables a number of aliases allowing eza
, to act as a drop-in
replacement for ls
and tree
.
Install eza
. See
eza installation for platform specific
installation instructions.
Next, download this repo into your custom plugins directory. For installation
using Oh My Zsh, Clone the repo to
~/.oh-my-zsh/custom/plugins
.
Finally, add zsh-eza
to the plugins array of your zshrc file:
plugins=(... zsh-eza)