From 60152d19dfea4ef31db4375f12c7b889de6eae37 Mon Sep 17 00:00:00 2001 From: Joe Block Date: Sat, 11 Oct 2014 09:33:49 -0500 Subject: [PATCH] Add alias-tips --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6a7e10f..fd53cab 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,7 @@ These frameworks make customizing your zsh setup easier. ## Plugins * [chrissicool/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. +* [djui/alias-tips](https://github.com/djui/alias-tips) - An oh-my-zsh plugin to help remembering those aliases you defined once. * [tarrasch/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. * [tarruda/zsh-autosuggestions](https://github.com/tarruda/zsh-autosuggestions) - [Fish](http://fishshell.com/)-like fast/unobtrusive autosuggestions for zsh. * [unixorn/autoupdate-antigen.zshplugin](https://github.com/unixorn/autoupdate-antigen.zshplugin) - Antigen doesn't do automatic updates like oh-my-zsh. This plugin adds auto updating for antigen, both of antigen and the bundles loaded in your configuration.