# HG changeset patch # User Oleksandr Gavenko # Date 1671621810 -7200 # Node ID 86630b8cd151fc577c2fbf001f1ebfdf187ce31b # Parent 0077617b0debcea52d59e0cd33fa69fa435daf10 Added which to scoop completion. diff -r 0077617b0deb -r 86630b8cd151 .bash_completion.d/scoop --- a/.bash_completion.d/scoop Sat Dec 24 13:30:30 2022 +0200 +++ b/.bash_completion.d/scoop Wed Dec 21 13:23:30 2022 +0200 @@ -46,7 +46,7 @@ local cmd="${COMP_WORDS[1]}" case "$cmd" in - cat|depends|download|export|hold|home|info|install|prefix|reset|status|unhold|uninstall|update|virustotal) + cat|depends|download|export|hold|home|info|install|prefix|reset|status|unhold|uninstall|update|virustotal|which) local dir=`command -v scoop` dir=${dir%/shims/*}/buckets [[ -d "$dir" ]] || return