diff options
author | Axel Beckert <abe@deuxchevaux.org> | 2014-08-20 09:46:41 +0200 |
---|---|---|
committer | Axel Beckert <abe@deuxchevaux.org> | 2014-08-20 09:46:41 +0200 |
commit | 3eb18fe1345a2f040d05817584f935f35d24d183 (patch) | |
tree | 54882b447bed8ef5717a24fdce0be3c9b1a675b6 | |
parent | c9d0ce06ab884d572648030831ca5b0f371306b5 (diff) | |
parent | 52079263ac9e9e00855ad7f327861eeef95776be (diff) | |
download | zsh-3eb18fe1345a2f040d05817584f935f35d24d183.tar.gz zsh-3eb18fe1345a2f040d05817584f935f35d24d183.zip |
Merge branch 'debian' of git+ssh://git.debian.org/git/collab-maint/zsh into debian
-rwxr-xr-x | debian/zsh.bug-script | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/zsh.bug-script b/debian/zsh.bug-script index f6448fc84..bf116338d 100755 --- a/debian/zsh.bug-script +++ b/debian/zsh.bug-script @@ -26,7 +26,7 @@ else TEXT="Packages which provide code meant to be sourced in .zshrc" # Hardcoded list of (future) packages containing code meant to be # sourced in .zshrc - PKGS=$(dpkg-query -W -f '${Package}\n' fizsh oh-my-zsh zsh-antigen autojump zec python-powerline 'grml-*' 2>/dev/null) + PKGS=$(dpkg-query -W -f '${Package}\n' fizsh oh-my-zsh zsh-antigen autojump zec python-powerline command-not-found environment-modules 'grml-*' 2>/dev/null) fi list_packages "$TEXT" $PKGS |