From 4e4182f28e431d045dc5b94b54f1674e9ebebd6f Mon Sep 17 00:00:00 2001 From: Jelte Fennema Date: Tue, 29 Mar 2016 20:27:54 +0200 Subject: [PATCH] Reset --bold as well after long long running command --- fish_right_prompt.fish | 1 + 1 file changed, 1 insertion(+) diff --git a/fish_right_prompt.fish b/fish_right_prompt.fish index eeccb58..1a29be4 100644 --- a/fish_right_prompt.fish +++ b/fish_right_prompt.fish @@ -19,6 +19,7 @@ function __bobthefish_cmd_duration -S -d 'Show command duration' echo -ns 'h ' end + set_color $fish_color_normal set_color $fish_color_autosuggestion[1] echo -n $__bobthefish_left_arrow_glyph end