README.md 264 Bytes
Newer Older
1
# Geeknote plugin
2

3
4
This plugin provides autocompletion for [Geeknote](https://github.com/VitaliyRodnenko/geeknote)
and an alias for `geeknote` called `gn`.
5

6
To use it, add `geeknote` to the plugins array in your zshrc file:
7

8
9
10
```zsh
plugins=( ... geeknote ...)
```