2020-03-11 18:57:46 +00:00
|
|
|
# Geeknote plugin
|
2014-09-01 18:08:29 +00:00
|
|
|
|
2020-03-11 18:57:46 +00:00
|
|
|
This plugin provides autocompletion for [Geeknote](https://github.com/VitaliyRodnenko/geeknote)
|
|
|
|
and an alias for `geeknote` called `gn`.
|
2014-09-01 18:08:29 +00:00
|
|
|
|
2020-03-11 18:57:46 +00:00
|
|
|
To use it, add `geeknote` to the plugins array in your zshrc file:
|
2014-09-01 18:08:29 +00:00
|
|
|
|
2020-03-11 18:57:46 +00:00
|
|
|
```zsh
|
|
|
|
plugins=( ... geeknote ...)
|
|
|
|
```
|