Enabling rbenv
by default. Improving the README.
This commit is contained in:
parent
71ebcb6642
commit
4020b25a43
2 changed files with 43 additions and 21 deletions
|
@ -259,7 +259,7 @@ prompt_rbenv() {
|
|||
# Main prompt
|
||||
build_left_prompt() {
|
||||
if (( ${#POWERLEVEL9K_LEFT_PROMPT_ELEMENTS} == 0 )); then
|
||||
POWERLEVEL9K_LEFT_PROMPT_ELEMENTS=(context dir vcs)
|
||||
POWERLEVEL9K_LEFT_PROMPT_ELEMENTS=(context dir rbenv vcs)
|
||||
fi
|
||||
|
||||
for element in $POWERLEVEL9K_LEFT_PROMPT_ELEMENTS; do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue