Skip to content

Instantly share code, notes, and snippets.

@rymawby
Created July 9, 2013 11:30
Show Gist options
  • Select an option

  • Save rymawby/5956664 to your computer and use it in GitHub Desktop.

Select an option

Save rymawby/5956664 to your computer and use it in GitHub Desktop.
Speed up oh-my-zsh - taken from: https://gist.github.com/msabramo/2355834
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