From 285fbf3ff565229343b437ba8470c076e5aa334a Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 19 Aug 2012 20:12:57 +0200 Subject: this has to do with how PREFIX is set in completion scripts when running make --- completion/zsh-completion.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'completion/zsh-completion.zsh') 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]' ) -- cgit