5

When I do SSH to a remote server, how can I show git branch name?
When I SSH it shows me this:
admin@123.456.789.555:/home/some_folder$

Can I configure it to show something like oh-my-zsh that shows me the current Git branch I am pointed to?

This is my local iTerm zsh default theme:
some_folder git:(feature/some_branch_name)

Comments
Add Comment