aboutsummaryrefslogtreecommitdiff
;; This is a Guix channel.

(channel
  (version 0)
  (news-file "etc/news.scm")
  (keyring-reference "keyring")
  (url "https://git.savannah.gnu.org/git/guix.git")) ;the primary URL
acbd731eb35bec2ef5331c698e&showmsg=1'>bash
AgeCommit message (Collapse)Author
2018-11-06bash completion: Restore completion of available packages for 'guix build'.Ludovic Courtès
Fixes a regression introduced in 9b0a755f642542dd96065ad05ec9d844d8077fd7 whereby 'guix build TAB' would not suggest any completion. * etc/completion/bash/guix (_guix_complete): Arrange so 'guix build TAB' completes available packages.
2018-07-03bash completion: Complete files names after 'guix weather -m'.Oleg Pykhalov
* etc/completion/bash/guix (_guix_complete): Complete files names after 'guix weather -m'.
2018-07-03bash completion: Complete files names after 'guix build -L'.Oleg Pykhalov
* etc/completion/bash/guix (_guix_complete): Complete files names after 'guix build -L'.
2018-06-16Add guix-daemon Bash completion file.Oleg Pykhalov
* etc/completion/bash/guix-daemon: New file. * Makefile.am (dist_bashcompletion_DATA): Add this.
2018-02-17bash completion: Complete files names after 'guix package -m'.Oleg Pykhalov
* etc/completion/bash/guix (_guix_is_dash_m): New function. (_guix_complete): Add this.