dotfiles/fish/functions/fish_right_prompt.fish
2022-08-12 12:44:33 +02:00

7 lines
182 B
Fish

function fish_right_prompt
set_color $fish_color_autosuggestion 2> /dev/null; or set_color 555
printf "%s@%s " $USER (hostname)
date "+%H:%M:%S"
set_color normal
end