Skip to content

Instantly share code, notes, and snippets.

@gitmin
gitmin / config.fish
Created May 12, 2016 23:24 — forked from netmute/config.fish
My fish shell config
# disable fish greeting message
set fish_greeting
# configure fish git prompt
set __fish_git_prompt_showdirtystate 'true'
set __fish_git_prompt_showuntrackedfiles 'true'
set __fish_git_prompt_color_branch yellow
set __fish_git_prompt_char_dirtystate '✨ '
set __fish_git_prompt_char_untrackedfiles '🆕 '