Hi Michael.  Thanks for looking at this, but this isn't actually a
Debian bug.  Ubuntu adds the following block to debian/zsh in the ubuntu
version of the zsh package:

-----
# If you don't want compinit called here, place the line
# skip_global_compinit=1
# in your $ZDOTDIR/.zshenv or $ZDOTDIR/.zprofice
if [[ -z "$skip_global_compinit" ]]; then
  autoload -U compinit
  compinit
fi
-----

This block doesn't show up in any versions of the debian package I
checked (4.3.17-1 or 5.0.0-2).

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1038298

Title:
  zshrc comment typo: .zprofice should be .zprofile

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/zsh/+bug/1038298/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to