Installation
TIP
These are the legacy v4 docs. For other versions, use the links in the header dropdown.
Package
zsh-abbr is available on Homebrew. Run
brew install olets/tap/zsh-abbr@4
and follow the post-install instructions logged to the terminal.
Plugin
You can install zsh-abbr with a zsh plugin manager. Each has their own way of doing things. See your package manager's documentation or the zsh plugin manager plugin installation procedures gist; Fig users can install zsh-abbr from its page in the Fig plugin directory.
After adding the plugin to the manager, restart zsh:
exec zsh
Manual
Clone this repo and add source path/to/zsh-abbr.zsh
to your .zshrc
. Then restart zsh:
exec zsh