Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 729 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 729 Bytes

zsh-eza-plugin

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.

Installation

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)