0
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-19 04:01:21 +02:00
ohmyzsh/plugins/geeknote
Ján Koščo 3e16d64347
geeknote: update completion (#4986)
Fixes Completion only working for first parameter
2020-02-28 17:29:11 +01:00
..
_geeknote geeknote: update completion (#4986) 2020-02-28 17:29:11 +01:00
geeknote.plugin.zsh Geeknote autocomplete and alias 2014-01-02 00:37:24 +01:00
README.md geeknote: update completion (#4986) 2020-02-28 17:29:11 +01:00

ZSH-Geeknote

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