conf2/zsh/.oh-my-zsh/plugins/geeknote/README.md

11 lines
264 B
Markdown
Raw Normal View History

2020-06-11 14:41:32 +00:00
# Geeknote plugin
2019-01-12 15:47:23 +00:00
2020-06-11 14:41:32 +00:00
This plugin provides autocompletion for [Geeknote](https://github.com/VitaliyRodnenko/geeknote)
and an alias for `geeknote` called `gn`.
2019-01-12 15:47:23 +00:00
2020-06-11 14:41:32 +00:00
To use it, add `geeknote` to the plugins array in your zshrc file:
2019-01-12 15:47:23 +00:00
2020-06-11 14:41:32 +00:00
```zsh
plugins=( ... geeknote ...)
```