ges/image.scm (libsixel)[source]: Fix bash completion.
>
> Fixes: https://issues.guix.gnu.org/73142
> Reported-By: elaexuo...@wilsonb.com
> Fixes: https://mail.gnu.org/archive/html/help-guix/2024-12/msg00029.html
> Reported-by: Einar Largenius
> Change-Id: I7e30bfa4ad6efcf27b2
fredag den 06 december 2024 skrev Tobias Geerinckx-Rice:
> libsixel, through mpv, but you misunderstand me, there's nothing
> wrong with it. It's the canary in the coal mine.
>
> The 'broken code' I meant is this
>
>>for f in "$HOME"/.guix-profile/etc/bash_completion.d/* ; do
>>. "$f"
>>do
fredag den 06 december 2024 skrev Tobias Geerinckx-Rice:
> So yeah, this is the problem. This isn't how completion works. Remove
> it. Install "bash-completion". Be happy.
I have installed that package. Guix doesn't touch my login shell config
(.bashrc) as far as I know, so I needed to add those
Hello,
For a while now every time I start a terminal I get the following message,
right before my prompt:
bash: have: command not found
It doesn't appear to impact the functionality of the shell.
If I then run:
LANG=C bash -x
Some of the contents are:
...
+ for f in "$HOME"/
onsdag den 22 november 2023 skrev Oleg Pykhalov:
>
> What ~/.guix-profile/bin/bash points to? See:
>
> readlink -f ~/.guix-profile/bin/bash
>
> If it's ‘bash-minimal’, then try the ‘bash’ package insted, e.g.:
>
> guix package --remove bash-minimal
> guix package --install bash
>
>
>
Hello,
I use guix on a foreign distro and the version of bash provided by guix seems
to have many builtin commands missing.
If I run /usr/bin/bash I have no issues and can use guix and everything else
without issue, but if I run ~/.guix-profile/bin/bash (or just bash) from my
terminal I get er
Hi, thanks for the reply.
I want to have geiser accessible. It would make trailing and error and
finding symbols much easier.
> (use-modules (gnu packages))
I forgot to include this in my example. The Geiser repl tells me there are
no code for the module. It works fine when using guix repl t
Hello!
I am trying to learn using guix and I think having access to a usable
repl would be helpful.
I have installed geiser to use with guix. I use the ELPA version of
geiser. I installed guix on a foreign distro with the installation
script found on the website.
What do I need to do to make gui