Categorize my own zsh aliases
- ls: modern replacement for
ls. - proxy: terminal proxy config.
- cargo: cargo command aliases.
- python: python and uv aliases.
- editor: editor aliases.
brew install eza
brew install erdtreegit clone https://github.com/Akagi201/zsh-alias.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-aliasAdd zsh-alias to the plugins list in your .zshrc
plugins=(... zsh-alias)