diff --git a/themes/powerline-multiline/README.md b/themes/powerline-multiline/README.md index 9d24fb15..af84b4e8 100644 --- a/themes/powerline-multiline/README.md +++ b/themes/powerline-multiline/README.md @@ -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)) * SCM Repository status (e.g. Git, SVN) * 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) ## Configuration @@ -47,13 +47,13 @@ The contents of both prompt sides can be "reordered", all the "segments" (every * cwd * in_vim * python_venv -* rvm +* ruby * scm * user_info 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" 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. diff --git a/themes/powerline-naked/README.md b/themes/powerline-naked/README.md index 8a094719..9ee38271 100644 --- a/themes/powerline-naked/README.md +++ b/themes/powerline-naked/README.md @@ -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)) * SCM Repository status (e.g. Git, SVN) * 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) ## Configuration @@ -47,12 +47,12 @@ The contents of the prompt can be "reordered", all the "segments" (every piece o * cwd * in_vim * python_venv -* rvm +* ruby * scm * user_info 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. diff --git a/themes/powerline-plain/README.md b/themes/powerline-plain/README.md index 88584c8c..6347d991 100644 --- a/themes/powerline-plain/README.md +++ b/themes/powerline-plain/README.md @@ -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)) * SCM Repository status (e.g. Git, SVN) * 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) ## Configuration @@ -45,12 +45,12 @@ The contents of the prompt can be "reordered", all the "segments" (every piece o * cwd * in_vim * python_venv -* rvm +* ruby * scm * user_info 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. diff --git a/themes/powerline/README.md b/themes/powerline/README.md index 8a094719..9ee38271 100644 --- a/themes/powerline/README.md +++ b/themes/powerline/README.md @@ -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)) * SCM Repository status (e.g. Git, SVN) * 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) ## Configuration @@ -47,12 +47,12 @@ The contents of the prompt can be "reordered", all the "segments" (every piece o * cwd * in_vim * python_venv -* rvm +* ruby * scm * user_info 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.