Skip to content
This repository has been archived by the owner on Feb 2, 2025. It is now read-only.

Latest commit

 

History

History
35 lines (23 loc) · 1.05 KB

README.md

File metadata and controls

35 lines (23 loc) · 1.05 KB

zsh-exa-ls-plugin

Deprecated

Due to exa is unmaintained, we use the fork eza instead of exa. Please use birdhackor/zsh-eza-ls-plugin instead.

Old Intro

This zsh plugin enables a number of aliases allowing exa, to act as a drop-in replacement for ls and tree.

This plugin is inspired by MohamedElashri/exa-zsh and zpm-zsh/ls

Installation

Install exa

Install exa. See exa installation for platform specific installation instructions.

Next (Manually)

Next, download this repo into your custom plugins directory. For my installation using Oh My Zsh, Clone the repo to ~/.oh-my-zsh/custom/plugins.

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

plugins=(... zsh-exa-ls-plugin)

Next (zplug)

Add zplug birdhackor/zsh-exa-ls-plugin to your ~/.zshrc and re-open your terminal session.