config/fish/functions/fish_right_prompt.fish

9 lines
106 B
Fish
Executable File

#!/bin/fish
function fish_right_prompt
set_color grey
printf (date '+%H:%M:%S')
set_color normal
end