can anybody help me, How can I show the current git branch name in my zsh
? I tried to use oh my zsh
, but still doesn't work
Asked
Active
Viewed 27 times
0

Khan
- 121
- 1
- 1
- 4
-
https://stackoverflow.com/search?q=%5Bgit%5D+%5Bzsh%5D+current+branch – phd May 22 '20 at 00:21
-
Run `git symbolic-ref --short HEAD` – okapi May 22 '20 at 08:43