mirror of
https://github.com/oh-my-fish/oh-my-fish
synced 2024-11-03 15:40:32 +00:00
fix set_color bug
fixes error set_color: Expected an argument
This commit is contained in:
parent
5bf5105f7b
commit
17a0209b0c
@ -19,6 +19,9 @@ set fish_pager_color_description 555 yellow
|
|||||||
set fish_pager_color_progress cyan
|
set fish_pager_color_progress cyan
|
||||||
set fish_pager_color_secondary
|
set fish_pager_color_secondary
|
||||||
|
|
||||||
|
set fish_color_host cyan
|
||||||
|
set fish_color_user cyan
|
||||||
|
|
||||||
# Git prompt setup
|
# Git prompt setup
|
||||||
set __fish_git_prompt_char_untrackedfiles '*'
|
set __fish_git_prompt_char_untrackedfiles '*'
|
||||||
set __fish_git_prompt_color yellow
|
set __fish_git_prompt_color yellow
|
||||||
|
Loading…
Reference in New Issue
Block a user