Skip to content

Instantly share code, notes, and snippets.

@githubhjs
Forked from msabramo/git_prompt_info.zsh
Last active August 29, 2015 14:17
Show Gist options
  • Save githubhjs/a7529aa073252ec1bbb0 to your computer and use it in GitHub Desktop.
Save githubhjs/a7529aa073252ec1bbb0 to your computer and use it in GitHub Desktop.
function git_prompt_info() {
ref=$(git symbolic-ref HEAD 2> /dev/null) || return
echo "$ZSH_THEME_GIT_PROMPT_PREFIX${ref#refs/heads/}$ZSH_THEME_GIT_PROMPT_SUFFIX"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment