Skip to content

Commit

Permalink
starship stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
joeyagreco committed Aug 19, 2024
1 parent ec9d622 commit cc88a37
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .starship.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,13 @@ staged = "✓ "
style = "bold red"
untracked = ""

[python]
# does '(venv_name)' when in virtual env
format = ' [(\($virtualenv\))]($style) '
style = "bold red"
symbol = ''
version_format = ''

[package]
disabled = true

Expand All @@ -39,13 +46,6 @@ disabled = true
[username]
disabled = true

[python]
# does '(venv_name)' when in virtual env
format = ' [(\($virtualenv\))]($style) '
style = "bold red"
symbol = ''
version_format = ''

[docker_context]
disabled = true

Expand Down

0 comments on commit cc88a37

Please sign in to comment.