/zsh-alias

Categorize my own zsh aliases

Primary LanguageShellApache License 2.0Apache-2.0

zsh-alias

Categorize my own zsh aliases

Tools

  • ls: modern replacement for ls.
  • proxy: terminal proxy config.
  • cargo: cargo command aliases.

Usage

Install missing tools

brew install eza
brew install erdtree

Install alias plugin

git clone https://github.com/Akagi201/zsh-alias.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-alias

Add zsh-alias to the plugins list in your .zshrc

plugins=(... zsh-alias)