Linux bash prompt can be customized to include more info, here is my customized bash prompt. You can try this by pasting below snippet into ~/.bashrc file

PS1='\[\033[0;32m\]\[\033[0m\033[0;32m\]\u @ \h\[\033[0;36m\]\[\e[1;91m\]$(__git_ps1)\[\033[0;32m\] \[\033[0;36m\][\w]\n\[\033[0;32m\] └─\[\033[0m\033[0;32m\] \$\[\033[0m\033[0;32m\] ▶\[\033[0m\] '

The output is similar to below, inside the bracket is the branch name and followed by the current path.

devnode @ turnip (master) [~/projects]
 └─ $ ▶