zsh: move completion.d and functions.d to usr/share
authorFrank Terbeck <ft@bewatermyfriend.org>
Mon, 22 Jun 2009 19:23:19 +0000 (21:23 +0200)
committerFrank Terbeck <ft@bewatermyfriend.org>
Wed, 8 Jul 2009 11:45:25 +0000 (13:45 +0200)
commitb5070ac43c7fc3a280526aaa172a901862198c8b
tree1bc653259eb4fa0874442776295c2fd043de5184
parent5c716b322f326200b851bdd3c8751cb1ab475e6e
zsh: move completion.d and functions.d to usr/share

Having an additional set of files in /etc sucks because there is no
reliable way to deal with removing files and user customizations in any
sane way.

Keeping completions and additional function files in usr/share makes a
lot more sense. This also gives us the opportunity to finally get rid of
one of the annoying warning-tests at the start of our zshrc.
12 files changed:
debian/changelog
debian/dirs
debian/rules
etc/zsh/zshrc
usr_share_grml/zsh/completion/debian/_debian_rules [moved from etc/zsh/completion.d/_debian_rules with 100% similarity]
usr_share_grml/zsh/completion/grml/_grml-lang [moved from etc/zsh/completion.d/_grml-lang with 100% similarity]
usr_share_grml/zsh/completion/grml/_grml-wallpaper [moved from etc/zsh/completion.d/_grml-wallpaper with 100% similarity]
usr_share_grml/zsh/completion/grml/_grmlinitd [moved from etc/zsh/completion.d/_grmlinitd with 100% similarity]
usr_share_grml/zsh/completion/linux/_fbset [moved from etc/zsh/completion.d/_fbset with 100% similarity]
usr_share_grml/zsh/completion/linux/_iwconfig [moved from etc/zsh/completion.d/_iwconfig with 100% similarity]
usr_share_grml/zsh/completion/unix/_hg [moved from etc/zsh/completion.d/_hg with 100% similarity]
usr_share_grml/zsh/functions/grml/grml-wallpaper [moved from etc/zsh/functions.d/grml-wallpaper with 100% similarity]