Fix powerline themes README.md

pull/831/head
Eduardo Bellido Bellido 2016-11-09 21:04:18 +01:00
parent 7ffb9e2579
commit 898bb10579
4 changed files with 12 additions and 12 deletions

View File

@ -15,7 +15,7 @@ A colorful multiline theme, where the first line shows information about your sh
* Battery charging status (depends on the [../../plugins/available/battery.plugin.bash](battery plugin)) * Battery charging status (depends on the [../../plugins/available/battery.plugin.bash](battery plugin))
* SCM Repository status (e.g. Git, SVN) * SCM Repository status (e.g. Git, SVN)
* The current Python environment (Virtualenv, venv, and Conda are supported) in use * The current Python environment (Virtualenv, venv, and Conda are supported) in use
* The current Ruby environment (RVM) in use * The current Ruby environment (rvm and rbenv are supported) in use
* Last command exit code (only shown when the exit code is greater than 0) * Last command exit code (only shown when the exit code is greater than 0)
## Configuration ## Configuration
@ -47,13 +47,13 @@ The contents of both prompt sides can be "reordered", all the "segments" (every
* cwd * cwd
* in_vim * in_vim
* python_venv * python_venv
* rvm * ruby
* scm * scm
* user_info * user_info
Two variables can be defined to set the order of the prompt segments: Two variables can be defined to set the order of the prompt segments:
POWERLINE_LEFT_PROMPT="scm python_venv rvm cwd" POWERLINE_LEFT_PROMPT="scm python_venv ruby cwd"
POWERLINE_RIGHT_PROMPT="in_vim clock battery user_info" POWERLINE_RIGHT_PROMPT="in_vim clock battery user_info"
The example values above are the current default values, but if you want to remove anything from the prompt, simply remove the "string" that represents the segment from the corresponding variable. The example values above are the current default values, but if you want to remove anything from the prompt, simply remove the "string" that represents the segment from the corresponding variable.

View File

@ -15,7 +15,7 @@ A colorful theme, where shows a lot information about your shell session.
* Battery charging status (depends on the [../../plugins/available/battery.plugin.bash](battery plugin)) * Battery charging status (depends on the [../../plugins/available/battery.plugin.bash](battery plugin))
* SCM Repository status (e.g. Git, SVN) * SCM Repository status (e.g. Git, SVN)
* The current Python environment (Virtualenv, venv, and Conda are supported) in use * The current Python environment (Virtualenv, venv, and Conda are supported) in use
* The current Ruby environment (RVM) in use * The current Ruby environment (rvm and rbenv are supported) in use
* Last command exit code (only shown when the exit code is greater than 0) * Last command exit code (only shown when the exit code is greater than 0)
## Configuration ## Configuration
@ -47,12 +47,12 @@ The contents of the prompt can be "reordered", all the "segments" (every piece o
* cwd * cwd
* in_vim * in_vim
* python_venv * python_venv
* rvm * ruby
* scm * scm
* user_info * user_info
A variables can be defined to set the order of the prompt segments: A variables can be defined to set the order of the prompt segments:
POWERLINE_PROMPT="user_info scm python_venv rvm cwd" POWERLINE_PROMPT="user_info scm python_venv ruby cwd"
The example values above are the current default values, but if you want to remove anything from the prompt, simply remove the "string" that represents the segment from the variable. The example values above are the current default values, but if you want to remove anything from the prompt, simply remove the "string" that represents the segment from the variable.

View File

@ -13,7 +13,7 @@ A colorful theme, where shows a lot information about your shell session.
* Battery charging status (depends on the [../../plugins/available/battery.plugin.bash](battery plugin)) * Battery charging status (depends on the [../../plugins/available/battery.plugin.bash](battery plugin))
* SCM Repository status (e.g. Git, SVN) * SCM Repository status (e.g. Git, SVN)
* The current Python environment (Virtualenv, venv, and Conda are supported) in use * The current Python environment (Virtualenv, venv, and Conda are supported) in use
* The current Ruby environment (RVM) in use * The current Ruby environment (rvm and rbenv are supported) in use
* Last command exit code (only shown when the exit code is greater than 0) * Last command exit code (only shown when the exit code is greater than 0)
## Configuration ## Configuration
@ -45,12 +45,12 @@ The contents of the prompt can be "reordered", all the "segments" (every piece o
* cwd * cwd
* in_vim * in_vim
* python_venv * python_venv
* rvm * ruby
* scm * scm
* user_info * user_info
A variables can be defined to set the order of the prompt segments: A variables can be defined to set the order of the prompt segments:
POWERLINE_PROMPT="user_info scm python_venv rvm cwd" POWERLINE_PROMPT="user_info scm python_venv ruby cwd"
The example values above are the current default values, but if you want to remove anything from the prompt, simply remove the "string" that represents the segment from the variable. The example values above are the current default values, but if you want to remove anything from the prompt, simply remove the "string" that represents the segment from the variable.

View File

@ -15,7 +15,7 @@ A colorful theme, where shows a lot information about your shell session.
* Battery charging status (depends on the [../../plugins/available/battery.plugin.bash](battery plugin)) * Battery charging status (depends on the [../../plugins/available/battery.plugin.bash](battery plugin))
* SCM Repository status (e.g. Git, SVN) * SCM Repository status (e.g. Git, SVN)
* The current Python environment (Virtualenv, venv, and Conda are supported) in use * The current Python environment (Virtualenv, venv, and Conda are supported) in use
* The current Ruby environment (RVM) in use * The current Ruby environment (rvm and rbenv are supported) in use
* Last command exit code (only shown when the exit code is greater than 0) * Last command exit code (only shown when the exit code is greater than 0)
## Configuration ## Configuration
@ -47,12 +47,12 @@ The contents of the prompt can be "reordered", all the "segments" (every piece o
* cwd * cwd
* in_vim * in_vim
* python_venv * python_venv
* rvm * ruby
* scm * scm
* user_info * user_info
A variables can be defined to set the order of the prompt segments: A variables can be defined to set the order of the prompt segments:
POWERLINE_PROMPT="user_info scm python_venv rvm cwd" POWERLINE_PROMPT="user_info scm python_venv ruby cwd"
The example values above are the current default values, but if you want to remove anything from the prompt, simply remove the "string" that represents the segment from the variable. The example values above are the current default values, but if you want to remove anything from the prompt, simply remove the "string" that represents the segment from the variable.