diff options
| -rw-r--r-- | cfg/fish_prompt[s].fish | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cfg/fish_prompt[s].fish b/cfg/fish_prompt[s].fish index da0903a..34cbaca 100644 --- a/cfg/fish_prompt[s].fish +++ b/cfg/fish_prompt[s].fish @@ -46,5 +46,5 @@ function fish_right_prompt set dt $(date '+%Y-%m-%d %H:%M') # print prompt - echo -e (set_color $colorInverse)"( "(set_color $color)"$last_status"(set_color white)" | "(set_color $color)"$dt"(set_color $colorInverse)" )" + echo -e (set_color $colorInverse)"( "(set_color $color)"$last_status"(set_color $colorInverse)" | "(set_color $color)"$dt"(set_color $colorInverse)" )" end |