Pinned Loading
-
Personal .zshrc
Personal .zshrc 1# Display Git Branch
2parse_git_branch() {
3git branch 2> /dev/null | sed -n -e 's/^\* \(.*\)/[\1]/p'
4}
5
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.