#!@SHELL@ # A shorthand for "guix perform-download", for use by the daemon. if test "x$GUIX_UNINSTALLED" = "x" then prefix="@prefix@" exec_prefix="@exec_prefix@" exec "@bindir@/guix" perform-download "$@" else exec guix perform-download "$@" fi .koszko.org/guix/atom/etc/completion?h=koszko' type='application/atom+xml'/>
aboutsummaryrefslogtreecommitdiff
path: root/etc/completion
AgeCommit message (Expand)Author
2019-03-18Correct name and email address for ng0....ng0
2018-11-06bash completion: Restore completion of available packages for 'guix build'....Ludovic Courtès
2018-07-03bash completion: Complete files names after 'guix weather -m'....Oleg Pykhalov
2018-07-03bash completion: Complete files names after 'guix build -L'....Oleg Pykhalov
2018-06-16Add guix-daemon Bash completion file....Oleg Pykhalov
2018-03-20Correct name and Email for ng0....ng0
2018-02-17bash completion: Complete files names after 'guix package -m'....Oleg Pykhalov
2018-01-16etc: Add completions for fish....ng0
2017-08-22bash completion: Complete files names after 'guix download'....Marius Bakke
2017-02-07bash completion: Complete subcommands for the current word....Ludovic Courtès
2017-02-07bash completion: Properly complete 'guix container exec'....Ludovic Courtès
2017-02-07bash completion: Complete file names after 'guix system COMMAND'....Ludovic Courtès
2017-02-07bash completion: Complete 'guix gc' with file names....Ludovic Courtès
2016-09-07bash completion: Complete subcommands and their options....Ludovic Courtès
2016-09-07bash completion: Redirect 'guix' stderr to /dev/null....Ludovic Courtès
2016-09-07Add Zsh completion file....Eric Le Bihan
2015-08-20bash completion: Cache the list of subcommands and available packages....Ludovic Courtès