You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
528 B
19 lines
528 B
ZSH-Geeknote |
|
============ |
|
|
|
[Geeknote](https://github.com/VitaliyRodnenko/geeknote) plugin for oh-my-zsh. |
|
|
|
Plugins provides: |
|
|
|
* auto completion of commands and their options |
|
* alias `gn` |
|
|
|
## Installation |
|
|
|
### 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.
|
|
|