• 0.2 13d800e307

    budRich released this 2022-07-28 22:09:00 +00:00 | 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.

    Downloads