diff options
author | Axel Beckert <abe@deuxchevaux.org> | 2014-08-17 00:14:45 +0200 |
---|---|---|
committer | Axel Beckert <abe@deuxchevaux.org> | 2014-08-17 00:14:45 +0200 |
commit | 52079263ac9e9e00855ad7f327861eeef95776be (patch) | |
tree | eeaeac11c9893028b1046d61bc238124a5bd124a | |
parent | 7e2e5db0ba57fc7c28629a979c2b91bd43230212 (diff) | |
download | zsh-52079263ac9e9e00855ad7f327861eeef95776be.tar.gz zsh-52079263ac9e9e00855ad7f327861eeef95776be.zip |
Add command-not-found + environment-modules to bug-script list of packages containing code meant to be sourced in .zshrc
-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 |