Skip to content

Instantly share code, notes, and snippets.

@junderhill
junderhill / fish_prompt.fish
Created July 4, 2019 09:54 — forked from joshuacrass/fish_prompt.fish
Customized fish prompt for a better Git experience
# Options
set __fish_git_prompt_show_informative_status
set __fish_git_prompt_showcolorhints
set __fish_git_prompt_showupstream "informative"
# Colors
set green (set_color green)
set magenta (set_color magenta)
set normal (set_color normal)
set red (set_color red)