Skip to content

Instantly share code, notes, and snippets.

@jameslai
jameslai / config.fish
Last active September 28, 2019 15:26
Fish Prompt
set normal (set_color normal)
set magenta (set_color magenta)
set yellow (set_color yellow)
set green (set_color green)
set red (set_color red)
set gray (set_color -o black)
# Fish git prompt
set __fish_git_prompt_showdirtystate 'yes'
set __fish_git_prompt_showstashstate 'yes'