mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
gnu: starship: Fix bash completions path.
* gnu/packages/shellutils.scm (starship)[arguments]: Fix ’install-completions #:phase. Change-Id: Iacd02be3869f4674aeffde6bc81a9fac632f76a0
This commit is contained in:
parent
eed9c722c5
commit
3ff36256f0
1 changed files with 1 additions and 1 deletions
|
|
@ -534,7 +534,7 @@ POSIX Shell}, @url{https://www.gnu.org/software/bash/, Bash}, and
|
|||
(string-append out "/bin/starship")))
|
||||
(share (string-append out "/share"))
|
||||
(bash-completion-dir
|
||||
(string-append out "/etc/bash-completion.d/"))
|
||||
(string-append out "/share/bash-completion/completions"))
|
||||
(zsh-completion-dir
|
||||
(string-append share "/zsh/site-functions/"))
|
||||
(fish-completion-dir
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue