diff --git a/README.md b/README.md index 2ccd42e..9f826d4 100644 --- a/README.md +++ b/README.md @@ -218,6 +218,11 @@ Additionally we install these extensions on container startup: ## 💣 Known Issues +### Starship.rs + +Starship detects workspaces as active python projects. It always appends the prompt +fragment `via 🐍 (lsiopy)`. For now I disabled the python module in starship. + ### 🐛 Default extensions installation timing error If the automatic installation of the default extension fails, you can always retry he installation with the diff --git a/starship.toml b/starship.toml index 281af7b..ce293db 100644 --- a/starship.toml +++ b/starship.toml @@ -59,6 +59,9 @@ symbol = " " [package] symbol = " " +[python] +disabled = true + [rust] symbol = " "