An ls aliases plugin for zsh. This is based on my zsh-exa alias plugin that combines other zsh-exa plugins.
First clone this repository into the custom plugins directory as ls
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-ls.git ${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/plugins/ls
Finally, add ls to the plugins array of your zshrc file:
plugins=(... ls)
Under the MIT License with the following SPDX expression:
SPDX-License-Identifier: MIT