I started a git-bash window, and type following commands :
git-bash ~$ echo $BASH_VERSION
4.4.23(1)-release
git-bash ~$ type cd
cd is a shell builtin
git-bash ~$ cd tmp
git-bash ~/tmp$
# Change of directory is NOT refelected on git-bash window title
git-bash ~/tmp$ ssh user@linux
[user@linux ~]$ echo $BASH_VERSION
4.4.20(1)-release
[user@linux ~]$ type cd
cd is a shell builtin
[user@linux ~]$ cd tmp
[user@linux ~/tmp]$
# Change of directory IS refelected on git-bash window title
Why does git-bash NOT update its own window title whereas a remote bash DOES ?
Asked by Philippe
(1505 rep)
Nov 25, 2021, 11:57 AM
Last activity: Aug 3, 2022, 04:29 PM
Last activity: Aug 3, 2022, 04:29 PM