README.md 528 Bytes
Newer Older
1
2
ZSH-Geeknote
============
3

Janosch Schwalm's avatar
Janosch Schwalm committed
4
[Geeknote](https://github.com/VitaliyRodnenko/geeknote) plugin for oh-my-zsh.
5
6
7

Plugins provides:

8
9
* auto completion of commands and their options
* alias `gn`
10

11
## Installation
12

13
14
15
16
17
18
19
### oh-my-zsh
This plugin is already bundled in oh-my-zsh. To enable just configure plugin definition

    plugins=( ... geeknote ...)

### Antigen
Use [Antigen's](https://github.com/zsh-users/antigen) bundle command to install by adding `antigen bundle s7anley/zsh-geeknote` to your `.zshrc` along with your other plugins.