|
@@ -27,6 +27,7 @@ SPACESHIP_PROMPT_ORDER=(
|
|
|
host # Hostname section
|
|
|
# git # Git section (git_branch + git_status)
|
|
|
# hg # Mercurial section (hg_branch + hg_status)
|
|
|
+ ansible # Ansible section
|
|
|
package # Package version
|
|
|
# gradle # Gradle section
|
|
|
# maven # Maven section
|
|
@@ -45,7 +46,7 @@ SPACESHIP_PROMPT_ORDER=(
|
|
|
# gcloud # Google Cloud Platform section
|
|
|
venv # virtualenv section
|
|
|
# conda # conda virtualenv section
|
|
|
- pyenv # Pyenv section
|
|
|
+ python # Python section
|
|
|
# dotnet # .NET section
|
|
|
# ember # Ember.js section
|
|
|
# kubectl # Kubectl context section
|