Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
unison completion
- X-seq: zsh-users 15480
- From: ugaciaka <ugaciaka@xxxxxxxxx>
- To: zsh-users@xxxxxxx
- Subject: unison completion
- Date: Sun, 24 Oct 2010 16:02:18 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:sender:received:date :x-google-sender-auth:message-id:subject:from:to:content-type; bh=hIhBW/v2QZE1j3snqlmDFC6mnMcp+jSdIukMePhb6hw=; b=XgTdHMHPOVFenSOhc4v+d1lCSJOWTdTpLx2/cc7XzdZi4XXuilAHgYptuDXYmgDQFX /brbXo4qOC9drKKAL28SHXicSm2bbcoc43W9qu3N1oAFFdlZJUkDvyjN0RXqBlKwJ3OG jcjOYzkriPh6iNn2NLuVkGz9Wdosi4RuaJdZg=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:date:x-google-sender-auth:message-id:subject :from:to:content-type; b=nup9WFyjHjwNTej/H9WVsdee4I1mWs0C9OBzldWG4VX79a8zK63og4+72KsvVDmVqM i9vURKOTULrFaD0eRidYcUUQ5xAX9Endkyg3Qm1aemB/47fMNABcpCirCjQMMqCgxtDU bJd3zzattCI0prkQMD3ZXcykPSLJ/tE68vP+c=
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
- Sender: ivan.zanolla@xxxxxxxxx
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