Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

unison completion



Hi,

I find this file for use completion with unison command

#compdef unison

#typeset -A opt_args

local profiles

profiles=~/.unison

_files -W ${profiles} -g '*.prf' && return 0

return 1

This show

unison profile.prf

but I will remove .prf from filename. But I do not know how to do.

Thank's



Messages sorted by: Reverse Date, Date, Thread, Author