summaryrefslogtreecommitdiffstats
path: root/.config/zsh/oh-my-zsh/plugins/geeknote/README.md
blob: 95b3aa7ddf52903d8ba75ff5766a224f84b8aeb5 (plain) (blame)
1
2
3
4
5
6
7
8
9
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 ...)
```