summaryrefslogtreecommitdiff
path: root/gnu/packages/shellutils.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages/shellutils.scm')
-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
(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