From bffff77d17d8e6744a9c1cf2d6a88af1da5e985e Mon Sep 17 00:00:00 2001 From: axel Date: Sat, 27 May 2006 23:39:30 +1000 Subject: Add support for bold highligting darcs-hash:20060527133930-ac50b-515d0887567c0e89fdfe10fe8310d6ebb4485974.gz --- etc/fish_interactive.fish.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'etc') diff --git a/etc/fish_interactive.fish.in b/etc/fish_interactive.fish.in index 33eb050b..da41d92f 100644 --- a/etc/fish_interactive.fish.in +++ b/etc/fish_interactive.fish.in @@ -68,11 +68,11 @@ end set_default fish_color_normal normal set_default fish_color_command green set_default fish_color_redirection normal -set_default fish_color_comment brown -set_default fish_color_error red +set_default fish_color_comment red +set_default fish_color_error red --bold set_default fish_color_escape cyan set_default fish_color_operator cyan -set_default fish_color_quote blue +set_default fish_color_quote brown set_default fish_color_cwd green -- cgit v1.2.3