change fish colors
This commit is contained in:
parent
5768e36b65
commit
ebd24284a3
@ -2,5 +2,10 @@ if status is-interactive
|
|||||||
nitch
|
nitch
|
||||||
set fish_greeting
|
set fish_greeting
|
||||||
# Commands to run in interactive sessions can go here
|
# Commands to run in interactive sessions can go here
|
||||||
|
|
||||||
|
set --universal hydro_color_pwd green
|
||||||
|
set --universal hydro_color_git red
|
||||||
|
|
||||||
|
|
||||||
source ~/code/dotfiles/shell_funcs.fish
|
source ~/code/dotfiles/shell_funcs.fish
|
||||||
end
|
end
|
||||||
|
@ -33,3 +33,5 @@ SETUVAR fish_pager_color_completion:\x1d
|
|||||||
SETUVAR fish_pager_color_description:B3A06D\x1eyellow
|
SETUVAR fish_pager_color_description:B3A06D\x1eyellow
|
||||||
SETUVAR fish_pager_color_prefix:normal\x1e\x2d\x2dbold\x1e\x2d\x2dunderline
|
SETUVAR fish_pager_color_prefix:normal\x1e\x2d\x2dbold\x1e\x2d\x2dunderline
|
||||||
SETUVAR fish_pager_color_progress:brwhite\x1e\x2d\x2dbackground\x3dcyan
|
SETUVAR fish_pager_color_progress:brwhite\x1e\x2d\x2dbackground\x3dcyan
|
||||||
|
SETUVAR hydro_color_git:red
|
||||||
|
SETUVAR hydro_color_pwd:green
|
||||||
|
Loading…
Reference in New Issue
Block a user