From 9b0a755f642542dd96065ad05ec9d844d8077fd7 Mon Sep 17 00:00:00 2001 From: Oleg Pykhalov Date: Sat, 30 Jun 2018 19:49:29 +0300 Subject: bash completion: Complete files names after 'guix build -L'. * etc/completion/bash/guix (_guix_complete): Complete files names after 'guix build -L'. --- etc/completion/bash/guix | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'etc') diff --git a/etc/completion/bash/guix b/etc/completion/bash/guix index 70430c5c95..cc18fbc94d 100644 --- a/etc/completion/bash/guix +++ b/etc/completion/bash/guix @@ -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 -- cgit v1.2.3