From 610b2529d2213a70e3d1153a9baf046c22f298b9 Mon Sep 17 00:00:00 2001 From: Marc Cornellà Date: Wed, 11 Mar 2020 19:57:46 +0100 Subject: Clean up plugin READMEs and a few plugins - fasd - history - mercurial - pylint - repo - yii2 --- plugins/geeknote/README.md | 23 +++++++---------------- 1 file changed, 7 insertions(+), 16 deletions(-) (limited to 'plugins/geeknote') diff --git a/plugins/geeknote/README.md b/plugins/geeknote/README.md index 99c1fbf5b..95b3aa7dd 100644 --- a/plugins/geeknote/README.md +++ b/plugins/geeknote/README.md @@ -1,19 +1,10 @@ -ZSH-Geeknote -============ +# Geeknote plugin -[Geeknote](https://github.com/VitaliyRodnenko/geeknote) plugin for oh-my-zsh. +This plugin provides autocompletion for [Geeknote](https://github.com/VitaliyRodnenko/geeknote) +and an alias for `geeknote` called `gn`. -Plugins provides: +To use it, add `geeknote` to the plugins array in your zshrc file: -* auto completion of commands and their options -* alias `gn` - -## Installation - -### oh-my-zsh -This plugin is already bundled in oh-my-zsh. To enable just configure plugin definition - - plugins=( ... geeknote ...) - -### Antigen -Use [Antigen's](https://github.com/zsh-users/antigen) bundle command to install by adding `antigen bundle s7anley/zsh-geeknote` to your `.zshrc` along with your other plugins. +```zsh +plugins=( ... geeknote ...) +``` -- cgit v1.2.3-70-g09d2