config/fish/functions/fish_right_prompt.fish

9 lines
106 B
Fish
Raw Normal View History

2023-08-28 15:50:06 -07:00
#!/bin/fish
function fish_right_prompt
set_color grey
printf (date '+%H:%M:%S')
set_color normal
end