3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

bash completion: Complete files names after 'guix build -L'.

* etc/completion/bash/guix (_guix_complete): Complete files names after 'guix
build -L'.
This commit is contained in:
Oleg Pykhalov 2018-06-30 19:49:29 +03:00
parent 6104f922ee
commit 9b0a755f64
No known key found for this signature in database
GPG key ID: 7246E11C69B79569

View file

@ -167,6 +167,12 @@ _guix_complete ()
else
_guix_complete_available_package "$word_at_point"
fi
elif _guix_is_command "build"
then
if _guix_is_dash_L
then
_guix_complete_file
fi
elif _guix_is_command "download"
then
_guix_complete_file