Commit Graph

973 Commits (163b2f45830f0f672c7eaca98df48bbc3e9c1f6f)
 

Author SHA1 Message Date
Ben Hilburn 57158e5c3f Fixing last commit. I must be getting tired.
Ben Hilburn 9421aad11e README: Breaking out the `vcs` segment docs.
Ben Hilburn 60ee8b7936 README: Minor changes to README.
Maybe one day I'll be happy with this and leave it alone.
Ben Hilburn e6b79e27ce More README updates
Ben Hilburn 72858d5128 README: Adding new screenshots.
Ben Hilburn 18c90943bf Cleaning up README section regarding color scheme selection.
Ben Hilburn 4f7b3acfcb Merge remote-tracking branch 'dritter/dritter/solarized_colors'
Conflicts:
	README.md
Ben Hilburn 86be908bd2 Merging dritter's light color configuration.
Resolved some minor conflicts, and changed README.
Ben Hilburn c5613777e9 Merge dritter's double-lined prompt feature.
Resolved Conflicts:
	README.md
Ben Hilburn bf39769d23 Mention customizable segments in README.
Ben Hilburn 49d503f2e6 Segments now alphabetical in README. Broke out `aws` docs.
Ben Hilburn 576f1c0309 Merge remotebranch 'dritter/dritter/aws_segment'
Ben Hilburn aed16e54b4 Merge pull request from dritter/dritter/virtualenv_link_correction
Updated the link to the virtualenv-documentation.
Ben Hilburn f2f4e9f37c Merge pull request from dritter/dritter/installation_instructions_improved
A bit simpler installation instructions.
Dominik Ritter f5ae48138a Variable-Scoping.
Dominik Ritter c54e283eee Added documentation.
Dominik Ritter 9b27f683d8 Added a "light" color scheme.
Improved colors slightly.
Dominik Ritter 0cc85457ff Updated comment.
Dominik Ritter c690d17663 Mentioned solarized color scheme in the customization instructions.
Dominik Ritter 73ed6589f6 A bit simpler installation instructions.
Dominik Ritter 2cb39ad097 Added documentation.
Dominik Ritter f2b6c8d62c Added option POWERLEVEL9K_PROMPT_ON_NEWLINE, which shows the prompt on a new line.
Dominik Ritter 66732bdbf9 Updated the link to the virtualenv-documentation.
Dominik Ritter 836abccb26 Added documentation.
Dominik Ritter aef952ec21 Added AWS segment
Ben Hilburn a1a26b1c10 OMZ can traverse sub-dirs just fine. I'm just an idiot. Fixing installation docs
Ben Hilburn 4dce90428a Adding note about showing tracking branch to README
Ben Hilburn dcc18581ae Fixing boolean check for `POWERLEVEL9K_SHOW_CHANGESET`
Also, random other cleanup.
Dominik Ritter 205d71a647 Removed unnecessary whitespace.
Dominik Ritter 12170c915d Added a bit documentation.
Dominik Ritter 731f43e22b Show revision-Changeset, if POWERLEVEL9K_SHOW_CHANGESET is enabled.
Ben Hilburn 4020b25a43 Enabling `rbenv` by default. Improving the README.
Ben Hilburn 71ebcb6642 Cleaning up newly improved VCS_INFO settings.
Ben Hilburn 07e4508706 Merge branch '/dritter/mercurial_support' into staging branch.
Dominik Ritter 1f3c8e4d77 Bugfix: we have to reset the dirty-state once we visited a dirty working copy.
And a bit of formatting.
Dominik Ritter f1518de92f Debugging comment added.
Dominik Ritter dbcf3f7479 A better approach to detect the dirty status of our working copy.
Ben Hilburn a825d76d15 Merge pull request from natemccurdy/remove_whitespace
Remove the leading whitespace from the left prompt.
Ben Hilburn 482b4b2041 Merge pull request from natemccurdy/add_rbenv_prompt
Add a prompt for rbenv ruby version
NateMcCurdy 04e6172db1 Remove the leading whitespace from the left prompt.
NateMcCurdy 443c1dbc8f Add a prompt for rbenv ruby version
Ben Hilburn a324bc75f7 Updating README to mention Hg support development.
Dominik Ritter ba2ab6ec4a Added mercurial support.
Dominik Ritter 3b6402d9b1 Merge branch 'master' into dritter/mercurial_support
Ben Hilburn 4a9886c25b Minor cleanup of whitespace and README
Ben Hilburn 10ce7c3566 Merge pull request from dritter/dritter/better_customization
Allow users to much more easily customize the left and right prompts.
Ben Hilburn d9affd7718 Merge pull request from dritter/dritter/better_installation_instructions
Fixing installation instructions to properly use OMZ's `custom` dir.
Dominik Ritter db9b607b0e rvm-prompt is now customizable too..
Dominik Ritter d3125e8b6f All elements can now be on each side.
For better customization, you can add an array of elements in your zshrc:
POWERLEVEL9K_LEFT_PROMPT_ELEMENTS
POWERLEVEL9K_RIGHT_PROMPT_ELEMENTS
Dominik Ritter 59ef2a6106 First part: added Mercurial support.