~ruther/guix-local

ed8634c404410ed5e0d3ab06e43bd50d4eed9c42 — Marius Bakke 8 years ago 2e45698
bash completion: Complete files names after 'guix download'.

* etc/completion/bash/guix (_guix_complete): When the command is "download",
use __guix_complete_file.
1 files changed, 3 insertions(+), 0 deletions(-)

M etc/completion/bash/guix
M etc/completion/bash/guix => etc/completion/bash/guix +3 -0
@@ 158,6 158,9 @@ _guix_complete ()
		else
		    _guix_complete_available_package "$word_at_point"
		fi
	    elif _guix_is_command "download"
	    then
		 _guix_complete_file
	    elif _guix_is_command "system"
	    then
		case $COMP_CWORD in