Akagi201 / zsh-alias

Categorize my own zsh aliases

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

About

Categorize my own zsh aliases

License:Apache License 2.0


Languages

Language:Shell 100.0%