diff options
Diffstat (limited to '')
-rw-r--r-- | .zsh/zshfunctions | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.zsh/zshfunctions b/.zsh/zshfunctions index d97042b..b9c074e 100644 --- a/.zsh/zshfunctions +++ b/.zsh/zshfunctions @@ -22,7 +22,7 @@ open_ebuild () if [[ -z $ebuild ]]; then echo "Trying masked packages too..." - ebuild=$(equery w -m $2 2> /dev/null) + ebuild=$(equery --debug w -m $2 2> /dev/null) fi if [[ -n $ebuild ]]; then |