aboutsummaryrefslogtreecommitdiff
path: root/completion/zsh-completion.zsh
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2012-08-19 20:12:57 +0200
committerMattias Andrée <maandree@operamail.com>2012-08-19 20:12:57 +0200
commit285fbf3ff565229343b437ba8470c076e5aa334a (patch)
tree7809f02f72fdc60ac6ac5962b0af7ebddcc950cc /completion/zsh-completion.zsh
parentf4f11c90671718e377f0b47083308b050ea3e449 (diff)
downloadponysay-285fbf3ff565229343b437ba8470c076e5aa334a.tar.gz
ponysay-285fbf3ff565229343b437ba8470c076e5aa334a.tar.bz2
ponysay-285fbf3ff565229343b437ba8470c076e5aa334a.zip
this has to do with how PREFIX is set in completion scripts when running make
Diffstat (limited to 'completion/zsh-completion.zsh')
-rw-r--r--completion/zsh-completion.zsh2
1 files changed, 1 insertions, 1 deletions
diff --git a/completion/zsh-completion.zsh b/completion/zsh-completion.zsh
index 5222d38..2124380 100644
--- a/completion/zsh-completion.zsh
+++ b/completion/zsh-completion.zsh
@@ -4,7 +4,7 @@ _shortopts=(
'-h[Show this help and exit]'
'-l[list ponyfiles]'
'-L[list ponyfiles with alternatives]'
- '-f[Select a pony (either a filename or a ponyname]: :_path_files -W "/usr/share/ponysay/ponies" -g "*(\:r)"'
+ '-f[Select a pony (either a filename or a ponyname]: :_path_files -W '/usr/share/ponysay/ponies' -g "*(\:r)"'
'-q[Select ponies for MLP:FiM quotes]'
'-W[The screen column where the message should be wrapped]'
)