diff --git a/fish_prompt.fish b/fish_prompt.fish index 71a7788..1499aa7 100644 --- a/fish_prompt.fish +++ b/fish_prompt.fish @@ -86,7 +86,15 @@ function fish_mode_prompt printf '] ' end +function fish_right_prompt + set_color $__slavic_color_lilac + date '+%a %b-%d-%Y %T' +end + function fish_prompt + __slavic_color_echo $__slavic_color_blue "󰖟 " + __slavic_color_echo $__slavic_color_white (prompt_hostname) + printf " " __slavic_color_echo $__slavic_color_purple (prompt_pwd) __slavic_git_status