Skip to content

Commit

Permalink
feat(starship): Add Python support
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjones2014 committed Feb 12, 2024
1 parent b13de38 commit 91a0570
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions home-manager/modules/starship.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"$git_status"
"\${custom.nix_shell}"
"\${custom.direnv} "
"$python"
"$line_break"
"$character"
];
Expand Down Expand Up @@ -38,6 +39,11 @@
git_commit = { disabled = true; };
git_state = { disabled = true; };
git_metrics = { disabled = true; };
python = {
format = "[\${symbol}\${virtualenv}]($style)";
symbol = " ";
pyenv_version_name = true;
};
custom = {
git_server_icon = {
description =
Expand Down

0 comments on commit 91a0570

Please sign in to comment.