diff options
author | Marc Cornellà <marc.cornella@live.com> | 2016-03-30 04:31:09 +0200 |
---|---|---|
committer | Marc Cornellà <marc.cornella@live.com> | 2016-03-30 04:31:09 +0200 |
commit | c74681a1990c66205e27d803f3d3740b0bbb7202 (patch) | |
tree | 60764154d1390cc3304674d1195185b85e9aa2df /plugins/geeknote/geeknote.plugin.zsh | |
parent | d1a5fad25b4e1ed008844efd055c1f33d6d5f633 (diff) | |
parent | a6ab704482f3f092b907a306eec2b3b8d908a5da (diff) | |
download | zsh-c74681a1990c66205e27d803f3d3740b0bbb7202.tar.gz zsh-c74681a1990c66205e27d803f3d3740b0bbb7202.tar.bz2 zsh-c74681a1990c66205e27d803f3d3740b0bbb7202.zip |
Merge pull request #2392 from s7anley/master
Geeknote autocomplete and alias
Diffstat (limited to 'plugins/geeknote/geeknote.plugin.zsh')
-rw-r--r-- | plugins/geeknote/geeknote.plugin.zsh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/geeknote/geeknote.plugin.zsh b/plugins/geeknote/geeknote.plugin.zsh new file mode 100644 index 000000000..8126d26b3 --- /dev/null +++ b/plugins/geeknote/geeknote.plugin.zsh @@ -0,0 +1,2 @@ +#Alias +alias gn='geeknote' |