* Bash completion in "guix home"
@ 2022-05-15 22:11 EuAndreh
0 siblings, 0 replies; only message in thread
From: EuAndreh @ 2022-05-15 22:11 UTC (permalink / raw)
To: help-guix
After installing the `bash-completion` package in my home.scm via "guix home",
the completion files weren't being loaded. I found them at
$HOME_ENVIRONMENT/profile/etc/bash_completion.d/, and I have fixed it by
manually loading them:
for f in "$HOME_ENVIRONMENT"/profile/etc/bash_completion.d/*; do
. "$f"
done
However, shouldn't this be done by guix home itself? Maybe inside
$HOME_ENVIRONMENT/setup-environment? Does this work already and I've done
something wrong with my environment to disable it?
If this is a bug in guix home, I'm willing to write the patch that fixes it.
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2022-05-15 22:12 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-05-15 22:11 Bash completion in "guix home" EuAndreh
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.