zsh-workers
 help / color / mirror / code / Atom feed
* Mandrake 8.0 - compinit in /etc/zshrc
@ 2001-05-19 18:19 Andrej Borsenkow
  2001-05-19 20:26 ` Bart Schaefer
  0 siblings, 1 reply; 20+ messages in thread
From: Andrej Borsenkow @ 2001-05-19 18:19 UTC (permalink / raw)
  To: Zsh Workers, cooker

I wanted to use versioned .zcompdump (home dir is shared between systems 
with different zsh versions) in .zshrc: compinit -d 
~/.zcompdump.${ZSH_VERSION}. To my surpsise, plain .zcompdump was still 
created. It turned out a call in /etc/zshrc.

I am not exactly happy about it ... one reason is above; the other one, 
should distribution unconditionally force user to use new completion?

Here is relevant part from /etc/zshrc:

# Completion functions
_compdir=/usr/share/zsh/$ZSH_VERSION/functions/Completion
[[ -z $fpath[(r)$_compdir] ]] && fpath=($fpath $_compdir)
autoload -U compinit
compinit

-andrej


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

end of thread, other threads:[~2001-05-21 19:09 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-05-19 18:19 Mandrake 8.0 - compinit in /etc/zshrc Andrej Borsenkow
2001-05-19 20:26 ` Bart Schaefer
2001-05-19 21:51   ` Wayne Davison
2001-05-20  8:11     ` Andrej Borsenkow
2001-05-20  9:10       ` Wayne Davison
2001-05-21 14:40         ` Chmouel Boudjnah
2001-05-21 14:29           ` Clint Adams
2001-05-21 15:37             ` Chmouel Boudjnah
2001-05-21 15:15               ` Clint Adams
2001-05-21 17:06                 ` Oliver Kiddle
2001-05-21 17:12                 ` Chmouel Boudjnah
2001-05-21 17:24                   ` Andrej Borsenkow
2001-05-21 18:27                     ` Chmouel Boudjnah
2001-05-21 15:50           ` Bart Schaefer
2001-05-21 18:17           ` Wayne Davison
2001-05-21 18:29             ` Andrej Borsenkow
2001-05-21 19:07             ` Bart Schaefer
2001-05-21 19:21             ` Chmouel Boudjnah
2001-05-21 10:54       ` [Cooker] " Chmouel Boudjnah
2001-05-20 18:26     ` Trond Eivind Glomsrød

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).