Show username in workspace terminal
## Problem The terminal lacks some quality of life features that many git users have become accustomed to in their local IDEs. For example, we don't show the user name. <table> <tr> <th>GitLab workspace</th> <th>Local VS Code</th> </tr> <tr> <td> ![image.png](/uploads/0c8c4b36f5b5e38f884ffa0a598ce7b0/image.png){width=437 height=117} </td> <td> ![image.png](/uploads/58165a05f81c92fe1ab66845add1b053/image.png){width=436 height=100} </td> </tr> </table> ## Solution Expose the current username in the command line prompt.
issue