zsh-users
 help / color / mirror / code / Atom feed
* zstyle & variables
@ 2006-01-17 13:14 Wataru Kagawa
  2006-01-17 13:57 ` Peter Stephenson
  0 siblings, 1 reply; 3+ messages in thread
From: Wataru Kagawa @ 2006-01-17 13:14 UTC (permalink / raw)
  To: zsh-users

Hi all.
I have the following completion set in my zsh environment setup file.

   zstyle ':completion:*' users $USERS

I also have a custom function to alter the contents of $USERS .   
After running this function to change the contents of $USERS, I need  
to execute the line above in the command line to make the change take  
effect.  I would like my custom function to do this for me, but I am  
having trouble figuring it out.  I tried adding, 'zstyle  
':completion:*' users $USERS' to the bottom of my custom function,  
but that did not work for me.

I hope someone can help me out.


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2006-01-17 14:08 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-01-17 13:14 zstyle & variables Wataru Kagawa
2006-01-17 13:57 ` Peter Stephenson
2006-01-17 14:07   ` Wataru Kagawa

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).