venv prompt indicator

This commit is contained in:
caandt 2025-01-03 13:31:26 -05:00
parent 7bd08eb44c
commit 2f3e7c8370

View file

@ -17,6 +17,8 @@
"$git_metrics"
"$git_status\\]](bold) )"
"$python"
"$cmd_duration"
"$line_break"
@ -65,6 +67,7 @@
git_status.format = "(| [$all_status$ahead_behind]($style) )";
cmd_duration.format = "[\\[$duration\\]]($style) ";
hostname.format = "[ @$hostname ](bg:c2)";
python.format = "([\\[$virtualenv\\]]($style) )";
};
};
}