From: EuAndreh <eu@euandre.org>
To: help-guix@gnu.org
Subject: Bash completion in "guix home"
Date: Sun, 15 May 2022 19:11:57 -0300 [thread overview]
Message-ID: <165265271797.19845.1907620860408175547@localhost> (raw)
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.
reply other threads:[~2022-05-15 22:12 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=165265271797.19845.1907620860408175547@localhost \
--to=eu@euandre.org \
--cc=help-guix@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).