/zsh-exa

Another exa aliases plugin for zsh

Primary LanguageShellMIT LicenseMIT

Use eza and zsh-eza, exa is unmaintained

zsh-exa

Another exa aliases plugin for zsh that combines other zsh-exa plugins, also adds the default bash ls aliases and changes some aliases to avoid conflicts with other commands that exa does not replace.

This combines the following plugins:

For ls see the zsh-ls

Usage

To use it, install exa first otherwise use ls instead.

Then clone this repository into the custom plugins directory as exa of your zsh plugin manager which is $ZSH_CUSTOM, the following is for Oh My Zsh which is ~/.oh-my-zsh/custom/plugins.

git clone https://github.com/TwoPizza9621536/zsh-exa.git ${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/plugins/exa

Finally, add exa to the plugins array of your zshrc file:

plugins=(... exa)

License

Under the MIT License with the following SPDX expression:

SPDX-License-Identifier: MIT