change fish colors

This commit is contained in:
Tyrel Souza 2022-10-05 00:03:18 -04:00
parent 5768e36b65
commit ebd24284a3
No known key found for this signature in database
GPG Key ID: F3614B02ACBE438E
2 changed files with 7 additions and 0 deletions

View File

@ -2,5 +2,10 @@ if status is-interactive
nitch
set fish_greeting
# 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
end

View File

@ -33,3 +33,5 @@ SETUVAR fish_pager_color_completion:\x1d
SETUVAR fish_pager_color_description:B3A06D\x1eyellow
SETUVAR fish_pager_color_prefix:normal\x1e\x2d\x2dbold\x1e\x2d\x2dunderline
SETUVAR fish_pager_color_progress:brwhite\x1e\x2d\x2dbackground\x3dcyan
SETUVAR hydro_color_git:red
SETUVAR hydro_color_pwd:green