summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--etc/completion/bash/guix3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/completion/bash/guix b/etc/completion/bash/guix
index fcf94826399..d5ec427e0c5 100644
--- a/etc/completion/bash/guix
+++ b/etc/completion/bash/guix
@@ -279,6 +279,9 @@ _guix_complete ()
279 elif [[ "$command" = "download" || "$command" = "gc" || "$command" = "hash" ]] 279 elif [[ "$command" = "download" || "$command" = "gc" || "$command" = "hash" ]]
280 then 280 then
281 _guix_complete_file 281 _guix_complete_file
282 elif [[ "$command" = "size" ]]
283 then
284 _guix_complete_available_package_or_store_file "$word_at_point"
282 elif [[ "$command" = "system" ]] 285 elif [[ "$command" = "system" ]]
283 then 286 then
284 case $COMP_CWORD in 287 case $COMP_CWORD in