summaryrefslogtreecommitdiffstats
path: root/pie-bash-completion
diff options
context:
space:
mode:
Diffstat (limited to 'pie-bash-completion')
-rw-r--r--pie-bash-completion2
1 files changed, 1 insertions, 1 deletions
diff --git a/pie-bash-completion b/pie-bash-completion
index 837f518..8847c8d 100644
--- a/pie-bash-completion
+++ b/pie-bash-completion
@@ -54,7 +54,7 @@ _sf_pie() {
done
local sfcomplete
- if sfcomplete=$(${completecmd[@]} 2>&1); then
+ if sfcomplete=$(SHELL_VERBOSITY=0 ${completecmd[@]} 2>&1); then
local quote suggestions
quote=${cur:0:1}