Skip to content

PROMPT CAN TITLE

Latest
Compare
Choose a tag to compare
@budRich budRich released this 28 Jul 22:32
· 3 commits to next since this release

this release fixes a potential issue if the PROMPT_COMMAND is configured to update the title we where unable to update the title to /dev/pts/X . This only affected terminals where the only command was bash (i.e. no command) . The PROMPT_COMMAND is sometimes set like this in /etc/bash.bashrc , and the fix was to prepend ~/.bashrc with unset PROMPT_COMMAND for this to work the setting: auto_set_title needs to be set to true in the config file.