From 054f01d52345b578c3fa47c30de97584c3810646 Mon Sep 17 00:00:00 2001 From: Joe Block Date: Thu, 21 Jan 2021 11:23:51 -0700 Subject: [PATCH] Add update-zsh plugin --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 88c9bcf..9eb3d5b 100644 --- a/README.md +++ b/README.md @@ -921,6 +921,7 @@ This section is for full setup dropins - they aren't frameworks, but they're not * [tumult](https://github.com/unixorn/tumult.plugin.zsh) - Adds tools for macOS. * [ubuntualiases](https://github.com/GuilleDF/zsh-ubuntualiases) - Ubuntu 16 aliases. * [undollar](https://github.com/zpm-zsh/undollar) - Strips the dollar sign from the beginning of the terminal prompt. +* [update-zsh](https://github.com/AndrewHaluza/zsh-update-plugin) - Updates custom oh-my-zsh plugins. Only works with the oh-my-zsh framework. * [up.zsh](https://github.com/peterhurford/up.zsh) - Adds an up command to `cd` multiple levels up. * [url-highlighter](https://github.com/ascii-soup/zsh-url-highlighter) - A plugin for the ZSH syntax highlighter that turns URLs green if they respond with a "good" status, and red otherwise. Useful for checking URL typos. * [uvenv](https://github.com/vincentto13/uvenv.plugin.zsh) - Extends the functionality of the original oh-my-zsh venv module.