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:
- zsh-exa (DarrinTisdale)
- zsh-exa (hermitmaster)
- zsh-exa (mohamedelashri)
- zsh-exa (ptavares)
- zsh-exa (ritchies)
- zsh-exa (todie)
- zsh-exa (zplugin) - Only the check for exa and aliases.
- exa-ls
For ls
see the zsh-ls
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)
Under the MIT License with the following SPDX expression:
SPDX-License-Identifier: MIT