]> src.twobees.de Git - dotfiles.git/blob - stow/oh-my-zsh/.oh-my-zsh/plugins/geeknote/README.md
95b3aa7ddf52903d8ba75ff5766a224f84b8aeb5
[dotfiles.git] / stow / oh-my-zsh / .oh-my-zsh / plugins / geeknote / README.md
1 # Geeknote plugin
2
3 This plugin provides autocompletion for [Geeknote](https://github.com/VitaliyRodnenko/geeknote)
4 and an alias for `geeknote` called `gn`.
5
6 To use it, add `geeknote` to the plugins array in your zshrc file:
7
8 ```zsh
9 plugins=( ... geeknote ...)
10 ```