dotfiles/.config/fish/functions/fish_right_prompt.fish
2025-11-14 16:48:14 +01:00

9 lines
189 B
Fish

function fish_right_prompt -d "Write out the right prompt"
if not set -q VIRTUAL_ENV_DISABLE_PROMPT
set -g VIRTUAL_ENV_DISABLE_PROMPT true
end
set_color 586e75
date '+%H:%M:%S'
end