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"/.guix-profile/etc/bash_completion.d/*
+ . /home/me/.guix-profile/etc/bash_completion.d/img2sixel
++ have img2sixel
bash: have: command not found
...
Here is the relevant part of my config:
# ...
for f in "$HOME"/.guix-profile/etc/bash_completion.d/* ; do
. "$f"
done
# ...
--
Med vänliga hälsningar Einar