Merge pull request #30 from JelteF/patch-2

Reset --bold as well after long long running command
This commit is contained in:
Justin Hileman 2016-03-29 11:34:55 -07:00
commit 4356159ca3

View File

@ -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