From 692e6a7130deb393cd91b15356858ee03fd4fb1e Mon Sep 17 00:00:00 2001 From: Ben Hilburn Date: Thu, 17 Sep 2015 10:24:52 -0700 Subject: [PATCH 1/2] Revert "Merge pull request #91 from tusharsrivastava/master" This reverts commit 2a2dfdfa295190892deb74207173e5b00af6561c, reversing changes made to 1390fbdea5b278474eafe889da327979654c0d99. --- powerlevel9k.zsh-theme | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/powerlevel9k.zsh-theme b/powerlevel9k.zsh-theme index af83f773..cfcecdef 100644 --- a/powerlevel9k.zsh-theme +++ b/powerlevel9k.zsh-theme @@ -118,9 +118,9 @@ case $POWERLEVEL9K_MODE in OK_ICON="\u2713" # ✓ FAIL_ICON="\u2718" # ✘ SYMFONY_ICON="SF" - VCS_UNTRACKED_ICON="\uF059" #  - VCS_UNSTAGED_ICON="\uF06A" #  - VCS_STAGED_ICON="\uF055" #  + VCS_UNTRACKED_ICON="\uE16C" #  + VCS_UNSTAGED_ICON="\uE17C" #  + VCS_STAGED_ICON="\uE168" #  VCS_STASH_ICON="\uE133 " #  #VCS_INCOMING_CHANGES="\uE1EB " #  #VCS_INCOMING_CHANGES="\uE80D " #  @@ -131,9 +131,9 @@ case $POWERLEVEL9K_MODE in VCS_TAG_ICON="\uE817 " #  VCS_BOOKMARK_ICON="\uE87B" #  VCS_COMMIT_ICON="\uE821 " #  - VCS_BRANCH_ICON="\uF126 " #  + VCS_BRANCH_ICON="\uE220" #  VCS_REMOTE_BRANCH_ICON=" \uE804 " #  - VCS_GIT_ICON="\uF113 " #  + VCS_GIT_ICON="\uE20E " #  VCS_HG_ICON="\uE1C3 " #  ;; *) From 958b11b77e42c14f820609565a11bf148dfe3f95 Mon Sep 17 00:00:00 2001 From: Gilad Goldberg Date: Sat, 19 Sep 2015 21:38:55 +0300 Subject: [PATCH 2/2] Make docs reflect difference between status and longstatus --- README.md | 5 +++-- powerlevel9k.zsh-theme | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0699d163..a3f11cf9 100644 --- a/README.md +++ b/README.md @@ -236,6 +236,7 @@ currently available are: * **rbenv** - Ruby environment information (if one is active). * **rspec_stats** - Show a ratio of test classes vs code classes for RSpec. * **status** - The return code of the previous command, and status of background jobs. +* **longstatus** - Same as previous, except this creates a status segment for the *right* prompt. * **symfony2_tests** - Show a ratio of test classes vs code classes for Symfony2. * **symfony2_version** - Show the current Symfony2 version, if you are in a Symfony2-Project dir. * **time** - System time. @@ -246,7 +247,7 @@ To specify which segments you want, just add the following variables to your `~/.zshrc`. If you don't customize this, the below configuration is the default: POWERLEVEL9K_LEFT_PROMPT_ELEMENTS=(context dir rbenv vcs) - POWERLEVEL9K_RIGHT_PROMPT_ELEMENTS=(status history time) + POWERLEVEL9K_RIGHT_PROMPT_ELEMENTS=(longstatus history time) #### The AWS Profile Segment @@ -278,7 +279,7 @@ to a certain length: #### The 'time' segment -By default the time is show in 'H:M:S' format. If you want to change it, +By default the time is show in 'H:M:S' format. If you want to change it, just set another format in your `~/.zshrc`. As an example, this is a reversed time format: diff --git a/powerlevel9k.zsh-theme b/powerlevel9k.zsh-theme index cfcecdef..3e591109 100644 --- a/powerlevel9k.zsh-theme +++ b/powerlevel9k.zsh-theme @@ -17,7 +17,7 @@ # # Customize which segments appear in which prompts (below is also the default): # POWERLEVEL9K_LEFT_PROMPT_ELEMENTS=(context dir rbenv vcs) -# POWERLEVEL9K_RIGHT_PROMPT_ELEMENTS=(status history time) +# POWERLEVEL9K_RIGHT_PROMPT_ELEMENTS=(longstatus history time) # # Set your Amazon Web Services profile for the `aws` segment: # export AWS_DEFAULT_PROFILE=