summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md5
-rw-r--r--powerlevel9k.zsh-theme4
2 files changed, 5 insertions, 4 deletions
diff --git a/README.md b/README.md
index e034f9ca..4a9f4c45 100644
--- a/README.md
+++ b/README.md
@@ -58,8 +58,9 @@ in your `~/.zshrc`:
### Customization
-You can choose, which segments are shown on each side. Just add the following variables to
-your `~/.zshrc`:
+You can choose which segments are shown on each side. Just add the following variables to
+your `~/.zshrc`. The below also shows the default settings if you don't define
+your own.
POWERLEVEL9K_LEFT_PROMPT_ELEMENTS=(context dir git)
POWERLEVEL9K_RIGHT_PROMPT_ELEMENTS=(status history time)
diff --git a/powerlevel9k.zsh-theme b/powerlevel9k.zsh-theme
index 02a9d875..954454a2 100644
--- a/powerlevel9k.zsh-theme
+++ b/powerlevel9k.zsh-theme
@@ -5,7 +5,7 @@
#
# This theme was inspired by agnoster's Theme:
# https://gist.github.com/3712874
-#
+#
# The `vcs_info` hooks in this file are from Tom Upton:
# https://github.com/tupton/dotfiles/blob/master/zsh/zshrc
#
@@ -236,7 +236,7 @@ build_left_prompt() {
for element in $POWERLEVEL9K_LEFT_PROMPT_ELEMENTS; do
prompt_$element "left"
done
-
+
left_prompt_end
}