diff options
author | mapc <musikmichael@web.de> | 2012-05-05 10:58:55 +0200 |
---|---|---|
committer | mapc <musikmichael@web.de> | 2012-05-29 03:22:10 +0200 |
commit | 4c0b5c71d5332f6961156fc1cda0ab9cc54b8787 (patch) | |
tree | 8cc13adb575884c16eeb5611c1eb7f7d4b228196 /plugins | |
parent | f970d8206e9245eb2f78728623fdfff354402644 (diff) | |
download | zsh-4c0b5c71d5332f6961156fc1cda0ab9cc54b8787.tar.gz zsh-4c0b5c71d5332f6961156fc1cda0ab9cc54b8787.tar.bz2 zsh-4c0b5c71d5332f6961156fc1cda0ab9cc54b8787.zip |
Add a description
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/singlechar/singlechar.plugin.zsh | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/plugins/singlechar/singlechar.plugin.zsh b/plugins/singlechar/singlechar.plugin.zsh index 3635dd19a..06fa78b9c 100644 --- a/plugins/singlechar/singlechar.plugin.zsh +++ b/plugins/singlechar/singlechar.plugin.zsh @@ -1,6 +1,16 @@ +################################################################################ +# FILE: singlechar.plugin.zsh +# DESCRIPTION: oh-my-zsh plugin file. +# AUTHOR: Michael Varner (musikmichael@web.de) +# VERSION: 1.0.0 +# +# This plugin adds single char shortcuts (and combinations) for some commands. +# +################################################################################ + ########################### # Settings -# + # These can be overwritten any time. # If they are not set yet, they will be # overwritten with their default values |