summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAxel Beckert <abe@deuxchevaux.org>2015-07-28 20:59:00 +0200
committerAxel Beckert <abe@deuxchevaux.org>2015-07-28 21:08:56 +0200
commite7302971347ef94b84cbd19ba864e205d6a9fecb (patch)
treec9bb5c1320766c5cafb2c437a48d5e1f159951a7
parentd46446e26d2a526e6e304bc842c927fd3bc6737a (diff)
downloadzsh-e7302971347ef94b84cbd19ba864e205d6a9fecb.tar.gz
zsh-e7302971347ef94b84cbd19ba864e205d6a9fecb.zip
Add thefuck to bug-script's fallback list of packages with code to be sourced in .zshrc
-rwxr-xr-xdebian/zsh.bug-script2
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