summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnu/packages/shellutils.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/shellutils.scm b/gnu/packages/shellutils.scm
index cdaab7f7954..2fc0f7a57ca 100644
--- a/gnu/packages/shellutils.scm
+++ b/gnu/packages/shellutils.scm
@@ -534,7 +534,7 @@ POSIX Shell}, @url{https://www.gnu.org/software/bash/, Bash}, and
534 (string-append out "/bin/starship"))) 534 (string-append out "/bin/starship")))
535 (share (string-append out "/share")) 535 (share (string-append out "/share"))
536 (bash-completion-dir 536 (bash-completion-dir
537 (string-append out "/etc/bash-completion.d/")) 537 (string-append out "/share/bash-completion/completions"))
538 (zsh-completion-dir 538 (zsh-completion-dir
539 (string-append share "/zsh/site-functions/")) 539 (string-append share "/zsh/site-functions/"))
540 (fish-completion-dir 540 (fish-completion-dir