bash completion: Complete 'guix environment' properly.

* etc/completion/bash/guix (_guix_complete): Add case for "guix environment".
This commit is contained in:
Ludovic Courtès 2020-06-27 17:18:52 +02:00
parent 5c10200b54
commit 4b4f890cb0
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 8 additions and 0 deletions

View File

@ -222,6 +222,14 @@ _guix_complete ()
else
_guix_complete_available_package "$word_at_point"
fi
elif _guix_is_command "environment"
then
if _guix_is_dash_L || _guix_is_dash_m || _guix_is_dash_p
then
_guix_complete_file
else
_guix_complete_available_package "$word_at_point"
fi
elif _guix_is_command "download"
then
_guix_complete_file