From 9e1f0639cfa86972e9ec94f75959e51fb0bf72e4 Mon Sep 17 00:00:00 2001
From: Dominik Ritter <dritter03@googlemail.com>
Date: Sat, 25 Jul 2015 10:59:25 +0200
Subject: Whitespace fixes.

---
 powerlevel9k.zsh-theme | 13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

diff --git a/powerlevel9k.zsh-theme b/powerlevel9k.zsh-theme
index 69eee6e3..a7742b75 100644
--- a/powerlevel9k.zsh-theme
+++ b/powerlevel9k.zsh-theme
@@ -26,7 +26,7 @@
 #   export DEFAULT_USER=<your username>
 #
 # Customize the format of the time segment. Example of reverse format:
-#   POWERLEVEL9K_TIME_FORMAT='%D{%S:%M:%H}' 
+#   POWERLEVEL9K_TIME_FORMAT='%D{%S:%M:%H}'
 #
 # Show the hash/changeset string in the `vcs` segment:
 #   POWERLEVEL9K_SHOW_CHANGESET=true
@@ -217,8 +217,8 @@ zstyle ':vcs_info:*' enable git hg
 zstyle ':vcs_info:*' check-for-changes true
 
 VCS_DEFAULT_FORMAT="$VCS_CHANGESET_PREFIX%F{$VCS_FOREGROUND_COLOR}%b%c%u%m%f"
-zstyle ':vcs_info:git:*' formats "%F{$VCS_FOREGROUND_COLOR}$VCS_GIT_ICON%f$VCS_DEFAULT_FORMAT" 
-zstyle ':vcs_info:hg:*' formats "%F{$VCS_FOREGROUND_COLOR}$VCS_HG_ICON%f$VCS_DEFAULT_FORMAT" 
+zstyle ':vcs_info:git:*' formats "%F{$VCS_FOREGROUND_COLOR}$VCS_GIT_ICON%f$VCS_DEFAULT_FORMAT"
+zstyle ':vcs_info:hg:*' formats "%F{$VCS_FOREGROUND_COLOR}$VCS_HG_ICON%f$VCS_DEFAULT_FORMAT"
 
 zstyle ':vcs_info:*' actionformats " %b %F{red}| %a%f"
 
@@ -253,7 +253,7 @@ fi
 # The latter three can be omitted,
 left_prompt_segment() {
   # Overwrite given background-color by user defined variable for this segment.
-  # We get as first Parameter the function name, which called this function. 
+  # We get as first Parameter the function name, which called this function.
   # From the given function name, we strip the "prompt_"-prefix and uppercase it.
   # This is, prefixed with "POWERLEVEL9K_" and suffixed with either "_BACKGROUND"
   # of "_FOREGROUND", our variable name. So each new Segment should automatically
@@ -427,7 +427,7 @@ CURRENT_BG='NONE'
 # AWS Profile
 prompt_aws() {
   local aws_profile="$AWS_DEFAULT_PROFILE"
-  if [[ -n "$aws_profile" ]]; 
+  if [[ -n "$aws_profile" ]];
   then
     $1_prompt_segment "$0" red white "$AWS_ICON $aws_profile"
   fi
@@ -487,7 +487,7 @@ prompt_longstatus() {
 prompt_node_version() {
   local nvm_prompt=$(node -v 2>/dev/null)
   [[ -z "${nvm_prompt}" ]] && return
-	NODE_ICON=$'\u2B22' # ⬢
+  NODE_ICON=$'\u2B22' # ⬢
 
   $1_prompt_segment "$0" "green" "white" "${nvm_prompt:1} $NODE_ICON"
 }
@@ -645,7 +645,6 @@ $POWERLEVEL9K_MULTILINE_SECOND_PROMPT_PREFIX"
     RPROMPT_SUFFIX=''
   fi
   RPROMPT=$RPROMPT_PREFIX"%{%f%b%k%}"'$(build_right_prompt)'"%{$reset_color%}"$RPROMPT_SUFFIX
-
 }
 
 powerlevel9k_init "$@"
-- 
cgit v1.2.3


From 9789afd142f4a8d61ecb9d029bc03d01a33a78cc Mon Sep 17 00:00:00 2001
From: Dominik Ritter <dritter03@googlemail.com>
Date: Sat, 25 Jul 2015 11:00:07 +0200
Subject: Added Troubleshooting-hint for wrong TERM.

---
 README.md | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/README.md b/README.md
index 71dfceb2..7c707d61 100644
--- a/README.md
+++ b/README.md
@@ -50,6 +50,7 @@ this theme focus on three primary goals:
   - [Special Segment Colors](#special-segment-colors)
 - [Troubleshooting](#troubleshooting)
   - [Gaps Between Segments](#gaps-between-segments)
+  - [Segments are printed in strange colors](#segments-are-printed-in-strange-colors)
 - [Meta](#meta)
   - [Kudos](#kudos)
   - [Developing](#developing)
@@ -435,6 +436,16 @@ Thankfully, this is easy to fix. This happens if you have successfully installed
 Powerline fonts, but did not make a Powerline font the default font in your
 terminal emulator (e.g., 'terminator', 'gnome-terminal', 'konsole', etc.,).
 
+#### Segments are printed in strange colors
+
+Besides of choosing the right color scheme for your terminal editor, you should
+be aware that your terminal is capable of displaying 256 colors. You can check 
+that by invoking `echotc Co` in your terminal. It should show 256. If it shows
+less than that, you have to set a terminal that is capable of displaying 256
+colors like `xterm-256color` in your `~/.zshrc`:
+
+    TERM=xterm-256color
+
 ### Meta
 
 #### Kudos
-- 
cgit v1.2.3


From 69096e02c980c57a1a6b45dd4988d73690b859be Mon Sep 17 00:00:00 2001
From: Dominik Ritter <dritter03@googlemail.com>
Date: Sat, 25 Jul 2015 11:27:18 +0200
Subject: Added a better example for the custom Time format.

---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 7c707d61..2e55d579 100644
--- a/README.md
+++ b/README.md
@@ -278,8 +278,8 @@ to a certain length:
 By default the time is show in 'H:M:S' format. If you want to change it, 
 just set another format in your `~/.zshrc`:
 
-    # Reversed time format
-    POWERLEVEL9K_TIME_FORMAT='%D{%S:%M:%H}' 
+    # Output date and time with a nice symbol (awesome-terminal-font required)
+    POWERLEVEL9K_TIME_FORMAT="%D{%H:%M:%S \uE868  %d.%m.%y}"
 
 #### Unit Test Ratios
 
-- 
cgit v1.2.3


From 143aac50fb303f6da541b4b13d382c525b765cbb Mon Sep 17 00:00:00 2001
From: Ben Hilburn <bhilburn@gmail.com>
Date: Sun, 26 Jul 2015 14:43:16 -0700
Subject: README: Cleanup

---
 README.md | 24 +++++++++++++++---------
 1 file changed, 15 insertions(+), 9 deletions(-)

diff --git a/README.md b/README.md
index 2e55d579..5d8c166a 100644
--- a/README.md
+++ b/README.md
@@ -50,7 +50,7 @@ this theme focus on three primary goals:
   - [Special Segment Colors](#special-segment-colors)
 - [Troubleshooting](#troubleshooting)
   - [Gaps Between Segments](#gaps-between-segments)
-  - [Segments are printed in strange colors](#segments-are-printed-in-strange-colors)
+  - [Segment Colors are Wrong](#segment-colors-are-wrong)
 - [Meta](#meta)
   - [Kudos](#kudos)
   - [Developing](#developing)
@@ -276,9 +276,16 @@ to a certain length:
 #### The 'time' segment
 
 By default the time is show in 'H:M:S' format. If you want to change it, 
-just set another format in your `~/.zshrc`:
+just set another format in your `~/.zshrc`. As an example, this is a reversed
+time format:
 
-    # Output date and time with a nice symbol (awesome-terminal-font required)
+    # Reversed time format
+    POWERLEVEL9K_TIME_FORMAT='%D{%S:%M:%H}'
+
+If you are using an "Awesome Powerline Font", you can add a time symbol to this
+segment, as well:
+
+    # Output time, date, and a symbol from the "Awesome Powerline Font" set
     POWERLEVEL9K_TIME_FORMAT="%D{%H:%M:%S \uE868  %d.%m.%y}"
 
 #### Unit Test Ratios
@@ -436,13 +443,12 @@ Thankfully, this is easy to fix. This happens if you have successfully installed
 Powerline fonts, but did not make a Powerline font the default font in your
 terminal emulator (e.g., 'terminator', 'gnome-terminal', 'konsole', etc.,).
 
-#### Segments are printed in strange colors
+#### Segment Colors are Wrong
 
-Besides of choosing the right color scheme for your terminal editor, you should
-be aware that your terminal is capable of displaying 256 colors. You can check 
-that by invoking `echotc Co` in your terminal. It should show 256. If it shows
-less than that, you have to set a terminal that is capable of displaying 256
-colors like `xterm-256color` in your `~/.zshrc`:
+If the color display within your terminal seems off, it's possible you are using
+a reduced color set. You can check this by invoking `echotc Co` in your
+terminal, which should yield `256`. If you see something different, try setting
+`xterm-256color` in your `~/.zshrc`:
 
     TERM=xterm-256color
 
-- 
cgit v1.2.3