summaryrefslogtreecommitdiff
path: root/.zsh/zshfunctions
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2010-02-23 16:09:42 +0100
committerRené 'Necoro' Neumann <necoro@necoro.net>2010-02-23 16:10:02 +0100
commit89e99a668bfbc791fc084a60aafe87f43cfa8f39 (patch)
treedc28187b3588a41a30dc035dffc744043146ddba /.zsh/zshfunctions
parent54a31f26cbb3aea91d09106022f479a67b8bf993 (diff)
downloaddotfiles-89e99a668bfbc791fc084a60aafe87f43cfa8f39.tar.gz
dotfiles-89e99a668bfbc791fc084a60aafe87f43cfa8f39.tar.bz2
dotfiles-89e99a668bfbc791fc084a60aafe87f43cfa8f39.zip
pass --debug to equery to make it shut up
Diffstat (limited to '.zsh/zshfunctions')
-rw-r--r--.zsh/zshfunctions2
1 files changed, 1 insertions, 1 deletions
diff --git a/.zsh/zshfunctions b/.zsh/zshfunctions
index 118e74d..d97042b 100644
--- a/.zsh/zshfunctions
+++ b/.zsh/zshfunctions
@@ -18,7 +18,7 @@ cdu ()
# Open the ebuild with a specified command
open_ebuild ()
{
- local ebuild=$(equery w $2 2> /dev/null)
+ local ebuild=$(equery --debug w $2 2> /dev/null)
if [[ -z $ebuild ]]; then
echo "Trying masked packages too..."