From bc4077b3afd19cb01603bfe1fb0f1ae3d18aa3bd Mon Sep 17 00:00:00 2001 From: ADAM David Alan Martin Date: Wed, 2 Jul 2025 12:24:21 -0400 Subject: [PATCH] Turns out that I like hostnames in bold, after all. --- tcshrc.prompt.colors | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tcshrc.prompt.colors b/tcshrc.prompt.colors index 8ff51d4..343a744 100644 --- a/tcshrc.prompt.colors +++ b/tcshrc.prompt.colors @@ -9,7 +9,7 @@ set date_color="ansi:5" set time_color="ansi:13" set text_color="reset" set brace_color="ansi:11" -set host_color="ansi:12" +set host_color="ansi:12 bold" set user_color="ansi:14" set at_color="ansi:6" set path_color="ansi:10"