From ebd24284a3e0863e0faa9d092029a68dd0df41b2 Mon Sep 17 00:00:00 2001 From: Tyrel Souza Date: Wed, 5 Oct 2022 00:03:18 -0400 Subject: [PATCH] change fish colors --- config/fish/config.fish | 5 +++++ config/fish/fish_variables | 2 ++ 2 files changed, 7 insertions(+) diff --git a/config/fish/config.fish b/config/fish/config.fish index a8807f1..0b12e0e 100644 --- a/config/fish/config.fish +++ b/config/fish/config.fish @@ -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 diff --git a/config/fish/fish_variables b/config/fish/fish_variables index caed444..f6e0ffd 100644 --- a/config/fish/fish_variables +++ b/config/fish/fish_variables @@ -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