You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Title of the Terminator in Ubuntu becomes "/bin/bash" after changing PS1 to "${debian_chroot:+($debian_chroot)}\u@\h:\w [$txtcyn]$git_branch[$txtred]$git_dirty[$txtrst]$ "
But adding "[\e]0;\u@\h: \w\a]${debian_chroot:+($debian_chroot)}\u@\h:\w [$txtcyn]$git_branch[$txtred]$git_dirty[$txtrst]$ " as the PS1 variable resolves the issue. I have modified the default PS1 variable with the value provided in readme.
The text was updated successfully, but these errors were encountered:
Title of the Terminator in Ubuntu becomes "/bin/bash" after changing PS1 to "${debian_chroot:+($debian_chroot)}\u@\h:\w [$txtcyn]$git_branch[$txtred]$git_dirty[$txtrst]$ "
But adding "[\e]0;\u@\h: \w\a]${debian_chroot:+($debian_chroot)}\u@\h:\w [$txtcyn]$git_branch[$txtred]$git_dirty[$txtrst]$ " as the PS1 variable resolves the issue. I have modified the default PS1 variable with the value provided in readme.
The text was updated successfully, but these errors were encountered: