summaryrefslogtreecommitdiff
path: root/.zsh/zshfunctions
diff options
context:
space:
mode:
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..."