aboutsummaryrefslogtreecommitdiff
path: root/completion/bash-completion.sh
diff options
context:
space:
mode:
Diffstat (limited to 'completion/bash-completion.sh')
-rw-r--r--completion/bash-completion.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/completion/bash-completion.sh b/completion/bash-completion.sh
index e9c284c..ae6a744 100644
--- a/completion/bash-completion.sh
+++ b/completion/bash-completion.sh
@@ -27,7 +27,7 @@ _ponysay()
elif [ $prev = "-W" ] || [ $prev = "--wrap" ]; then
cols=$(( `stty size | cut -d ' ' -f 2` - 10 ))
- COMPREPLY=( $cols $(( $cols / 2 )) 100 60 )
+ COMPREPLY=( $cols $(( $cols / 2 )) 100 60 none inherit )
fi
}