aboutsummaryrefslogtreecommitdiff
path: root/completion/zsh-completion.zsh
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2012-08-22 16:39:25 +0200
committerMattias Andrée <maandree@operamail.com>2012-08-22 16:39:25 +0200
commitce6609ca11642946efe5da224d319975bdce0b29 (patch)
tree7c0a5bb076b2ff487666403c8d1e4335bc6adcf1 /completion/zsh-completion.zsh
parent808ce84ed903bad12bb0b71bfc14a417fb147b6e (diff)
parentd3ddf64433b38558a4dc83eba36469a971dd9640 (diff)
downloadponysay-ce6609ca11642946efe5da224d319975bdce0b29.tar.gz
ponysay-ce6609ca11642946efe5da224d319975bdce0b29.tar.bz2
ponysay-ce6609ca11642946efe5da224d319975bdce0b29.zip
Merge branch 'develop'
Diffstat (limited to 'completion/zsh-completion.zsh')
-rw-r--r--completion/zsh-completion.zsh5
1 files changed, 4 insertions, 1 deletions
diff --git a/completion/zsh-completion.zsh b/completion/zsh-completion.zsh
index c19604d..9d417ec 100644
--- a/completion/zsh-completion.zsh
+++ b/completion/zsh-completion.zsh
@@ -4,8 +4,11 @@ _shortopts=(
'-h[Show this help and exit]'
'-l[list pony names]'
'-L[list pony names with alternatives]'
+ '+l[list extra pony names]'
+ '+L[list extra pony names with alternatives]'
'-B[list balloon style names]'
- '-f[Select a pony (either a file name or a pony name]: :_path_files -W '/usr/share/ponysay/ponies' -g "*(\:r)"'
+ '-f[Select a pony (either a file name or a pony name)]: :_path_files -W '/usr/share/ponysay/ponies' -g "*(\:r)"'
+ '-F[Select a extra pony]: :_path_files -W '/usr/share/ponysay/extraponies' -g "*(\:r)"'
'-q[Select ponies for MLP:FiM quotes]'
'-b[Selecy a balloon style]'
'-W[The screen column where the message should be wrapped]'