Jhonas Wernery
Jhonas Wernery
@bjorn We added a hint to the README and short description on the right side menu and all commit history is there for proper attribution. The problem with GitHub's fork...
Looks like there's now https://tv2.deezer.com/.
Sorry to wake this from the dead - by chance we had similar ideas & I am trying almost the same set-up: Two Desmume Emulators, 1st on the normal machine,...
Thank you for the debugging help! ``` ❯ ble/widget/display-shell-version GNU bash, version 5.2.15(1)-release (x86_64-pc-linux-gnu) [NixOS 23.11 (Tapir)] ble.sh, version 0.4.0-devel4+27e6309 (noarch) [git 2.42.0, GNU Make 4.4.1, GNU Awk 5.2.2, API...
I have to add, I cannot reproduce the problem with plain `bash` + `starship`. When running the commands you mentioned, I get this when trying to source `ble.sh`: ``` ❯...
Sorry for the confusion. I first though the message from `ble.sh` was just a warning, but then noticed it was an error and it did not start. That's why I...
Okay, I found out that somehow enabling vim mode in `ble.sh` triggers the newlines being inserted at the top in my environment. ``` if [[ $- == *i* ]]; then...
Another hint, I tried out the change mentioned in [this comment](https://github.com/akinomyoga/ble.sh/issues/205#issuecomment-1181734398) to see if anything changes and IT DOES fix the newlines being inserted for me.
I have that starship option [set to false](https://git.pub.solar/teutat3s/os/src/branch/main/modules/terminal-life/starship.toml.nix#L5).
I have tried with `bleopt prompt_command_changes_layout=1` just now and the problem is still there.