From f8ecb24e87d6c87314d19b192c972f09745ca57c Mon Sep 17 00:00:00 2001 From: Joe Block Date: Sat, 26 Nov 2016 16:26:08 -0800 Subject: [PATCH] Add zsh-abbrev-alias plugin --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0dd7b91..2ade32b 100644 --- a/README.md +++ b/README.md @@ -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.