From 2e5f117511dc0c58323a038af3b921863b24e83e Mon Sep 17 00:00:00 2001 From: Tom Barrett Date: Tue, 10 Mar 2020 07:38:09 -0500 Subject: all colors listed, and what each does --- .config/fish/functions/fish_prompt.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.config') diff --git a/.config/fish/functions/fish_prompt.fish b/.config/fish/functions/fish_prompt.fish index addf622..6b1195f 100755 --- a/.config/fish/functions/fish_prompt.fish +++ b/.config/fish/functions/fish_prompt.fish @@ -1,5 +1,5 @@ function fish_prompt --description 'Write out the prompt' - if test "$TERM" = "linux" + if test "$TERM" = "linux" set error_color red set good_color green set path_color yellow -- cgit v1.2.3