aboutsummaryrefslogtreecommitdiff
path: root/fish/.config/fish/functions/fish_right_prompt.fish
blob: 6bcfd23c5d2dc344485a3267f101bf16498a8ce7 (plain)
1
2
3
4
5
function fish_right_prompt
	set_color $fish_color_autosuggestion
	date '+%H:%M:%S'
	set_color normal
end