show venv in starship

This commit is contained in:
Andreas Zweili 2022-09-15 15:30:38 +02:00
parent 4e13a5d50f
commit f56f712297

View File

@ -8,6 +8,7 @@
"$hostname"
"$directory"
"$nix_shell"
"$python"
"$git_branch"
"$git_status"
"$character"
@ -15,6 +16,9 @@
nix_shell = {
format = "$symbol";
};
python = {
format = "[$\{symbol\}($virtualenv) ]($style)";
};
};
enable = true;
};