configure fish prompt

This commit is contained in:
Never Gude 2025-11-05 14:30:26 +01:00
parent 6a49608745
commit b12ac895c2
4 changed files with 59 additions and 46 deletions

View file

@ -0,0 +1,9 @@
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 brblack
date '+%H:%M:%S'
end