oh-my-zsh/plugins/geeknote
Ján Koščo 68cae5afb3 Update geeknote
Fixes Completion only working for first parameter
2016-04-08 07:55:24 +02:00
..
_geeknote Update geeknote 2016-04-08 07:55:24 +02:00
geeknote.plugin.zsh Geeknote autocomplete and alias 2014-01-02 00:37:24 +01:00
README.md Update geeknote 2016-04-08 07:55:24 +02:00

ZSH-Geeknote

Geeknote plugin for oh-my-zsh framework.

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 bundle command to install by adding antigen bundle s7anley/zsh-geeknote to your .zshrc along with your other plugins.