diff options
| author | jStmaX! <87650746+jstmaxlol@users.noreply.github.com> | 2025-09-28 21:33:58 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-09-28 21:33:58 +0200 |
| commit | 37cefd62c85a76414f89e189432055ee0fdc066b (patch) | |
| tree | bad87ede3414a827d88176fc74c395a90de7bda5 | |
| parent | cfeff9f00556042b0ec0909d3a149bd72e94a94c (diff) | |
fix
| -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 |