diff options
Diffstat (limited to 'oh-my-zsh/plugins/geeknote/README.md')
-rw-r--r-- | oh-my-zsh/plugins/geeknote/README.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/oh-my-zsh/plugins/geeknote/README.md b/oh-my-zsh/plugins/geeknote/README.md new file mode 100644 index 0000000..95b3aa7 --- /dev/null +++ b/oh-my-zsh/plugins/geeknote/README.md @@ -0,0 +1,10 @@ +# Geeknote plugin + +This plugin provides autocompletion for [Geeknote](https://github.com/VitaliyRodnenko/geeknote) +and an alias for `geeknote` called `gn`. + +To use it, add `geeknote` to the plugins array in your zshrc file: + +```zsh +plugins=( ... geeknote ...) +``` |