Terminal error message with recent Bluefin update

Getting terminal message about —bash option being unknown in Ptyxis and Gnome Terminal.

I rebased from Silverblue Main to Bluefin:latest two days ago. The message was not there until a recent update yesterday. I turned off the MOTD but haven’t done much else.

Any ideas? Everything’s seems to be working well otherwise.

Please file an issue:

Will do later tonight

I also notice that you are not using starship. normally when something appears on terminal like this it’s a command failing when you source your shell configurations.

Great point. When I rebased to Bluefin from Silverblue main I don’t believe starship was ever there.

By removing the line for fzf from my .bashrc below the issue was fixed.
[ -f ~/.fzf.bash ] && source ~/.fzf.bash

I probably added that years ago.

I still had to add:
eval “$(starship init bash)”
In my .bashrc get starship working. I’m guessing I shouldn’t need to do this? Worried I have other things I’m missing.

1 Like

We set starship in /etc/bashrc. If you ever modified the system bashrc, the one from the image won’t propagate over.

You can copy image default from /usr/etc/bashrc

Got it, moved.

Thanks!