Bahadir
Bahadir
Ble.sh version 0.4 and bash version 5.1.4 here is the output of `ble/widget/display-shell-version`; ``` GNU bash, version 5.1.4(1)-release (x86_64-pc-linux-gnu) [Debian GNU/Linux 11 (bullseye)] ble.sh, version 0.4.0-devel3+46ac426 (noarch) [git 2.30.2, GNU...
I did what you said and the problem persists despite this simple ~/.bashrc configuration.
This configuration fixed the problem. I'll try to edit bashrc with that in mind. Thank you very much for your interest. ``` HISTCONTROL=ignoreboth:erasedups HISTSIZE=1000 HISTFILESIZE=2000 source ~/.local/share/blesh/ble.sh --norc ```
Maybe the problem is with the OS. I am using Debian 11 (Bullseye) on my physical machine. I also have a Debian 11 installed on my virtual machine for testing...
"$ echo "$PS1" | cat -v" output; `\[\e]0;\u@\h: \w\a\]${debian_chroot:+($debian_chroot)}\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$ ` "$ echo "${PS1@P}" | cat -v" output; `^A^[]0;bahadir@debian: ~^G^B^A^[[01;32m^Bbahadir@debian^A^[[00m^B:^A^[[01;34m^B~^A^[[00m^B$`
> $ echo "$PROMPT_COMMAND" output; `__vte_prompt_command`
I am using Tilix as terminal. type __vte_prompt_command output; ``` __vte_prompt_command is a function __vte_prompt_command() { local pwd='~'; [ "$PWD" != "$HOME" ] && pwd=${PWD/#$HOME\//\~\/}; pwd="${pwd//[[:cntrl:]]}"; printf "\033]0;%s@%s:%s\033\\" "${USER}" "${HOSTNAME%%.*}"...
Thank you for your interest and support.
I did what you said and saw that the problem did not persist. How can I have a different bash configuration on both my physical machine and virtual machine without...
> Q11: As a next step, could you try the following with the same simple bashrc as https://github.com/akinomyoga/ble.sh/issues/277#issuecomment-1426558893? The output of the command in question; ``` +/etc/bash.bashrc:7: '[' -z '\$...