diff options
-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 31cc4ef0e..1e6687b5a 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 command-not-found environment-modules '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 thefuck 'grml-*' 2>/dev/null) fi list_packages "$TEXT" $PKGS |