Skip to content

Instantly share code, notes, and snippets.

@eyelash
Created January 5, 2016 10:20
Show Gist options
  • Select an option

  • Save eyelash/43ed02ccc78982665955 to your computer and use it in GitHub Desktop.

Select an option

Save eyelash/43ed02ccc78982665955 to your computer and use it in GitHub Desktop.
function fish_prompt
set prompt (prompt_pwd)
if set branch (git rev-parse --abbrev-ref HEAD ^/dev/null)
set prompt $prompt (set_color $fish_color_autosuggestion) ' | ' (set_color normal) $branch (set_color normal)
end
set prompt $prompt (set_color $fish_color_autosuggestion) ' > ' (set_color normal)
echo -n -s $prompt
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment