gnu: starship: Fix bash completions path.

* gnu/packages/shellutils.scm (starship)[arguments]: Fix
’install-completions #:phase.

Change-Id: Iacd02be3869f4674aeffde6bc81a9fac632f76a0
This commit is contained in:
Cayetano Santos 2025-11-27 09:19:46 +01:00
parent eed9c722c5
commit 3ff36256f0
No known key found for this signature in database
GPG key ID: BF5CDF4DF6BF6682

View file

@ -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