dotfiles/.config/fish/functions/fish_right_prompt.fish

10 lines
193 B
Fish
Raw Normal View History

2025-11-05 14:30:26 +01:00
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
2025-11-25 16:37:07 +01:00
set_color white
2025-12-30 16:27:17 +01:00
# date '+%H:%M:%S'
2025-11-05 14:30:26 +01:00
end