mirror of
https://github.com/unixorn/awesome-zsh-plugins
synced 2024-12-22 22:33:05 +00:00
Add zsh-abbrev-alias plugin
This commit is contained in:
parent
0ea5b8a091
commit
f8ecb24e87
1 changed files with 1 additions and 0 deletions
|
@ -309,6 +309,7 @@ These frameworks make customizing your zsh setup easier.
|
|||
* [zero](https://github.com/arlimus/zero.zsh) - Zero is both a plugin and a theme. See the github page for installation details.
|
||||
* [zinfo_line](https://github.com/kmhjs/zinfo_line) - Makes more information available to zsh themes
|
||||
* [zsh-256color](https://github.com/chrissicool/zsh-256color) - Enhances the terminal environment with 256 colors. It looks at the chosen TERM environment variable and sees if there is respective ncurses' terminfo with 256 colors available. The result is a multicolor terminal, if available.
|
||||
* [zsh-abbrev-alias](https://github.com/momo-lab/zsh-abbrev-alias) - Provides functionality similar to Vim's abbreviation expansion.
|
||||
* [zsh-async](https://github.com/mafredri/zsh-async) - Library for running asynchronous tasks in zsh without requiring any external tools.
|
||||
* [zsh-autoenv](https://github.com/Tarrasch/zsh-autoenv) - If a directory contains a .env file, it will automatically be executed when you cd into it.
|
||||
* [zsh-autopair](https://github.com/hlissner/zsh-autopair) - A ZSH plugin for auto-closing, deleting and skipping over matching delimiters.
|
||||
|
|
Loading…
Reference in a new issue