aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Git: Show stashed changes.Dominik Ritter2015-04-021-1/+12
|
* Merge pull request #17 from dritter/dritter/changeset_hash_lengthBen Hilburn2015-04-022-3/+14
|\ | | | | Make changeset hash length configurable
| * Show at maximum the configured amount of characters. If the changeset idDominik Ritter2015-04-011-5/+5
| | | | | | | | exeeds that limit, just show the full changeset id.
| * Merge branch 'master' into dritter/changeset_hash_lengthDominik Ritter2015-04-011-6/+6
| |\ | |/ |/|
* | Merge pull request #16 from dritter/dritter/correct_boolean_evaluationBen Hilburn2015-04-011-6/+6
|\ \ | | | | | | Correct interpretation of boolean variables.
| * | Correct interpretation of boolean variables.Dominik Ritter2015-03-311-6/+6
| | |
| | * Merge branch 'master' into dritter/changeset_hash_lengthDominik Ritter2015-04-011-2/+2
| | |\ | |_|/ |/| |
* | | Merge pull request #15 from dritter/dritter/wordingBen Hilburn2015-03-311-1/+1
|\ \ \ | |/ / |/| | No need to export POWERLEVEL9K_PROMPT_ON_NEW_LINE.
| * | No need to export POWERLEVEL9K_PROMPT_ON_NEW_LINE.Dominik Ritter2015-03-311-1/+1
|/ /
* | Merge pull request #14 from dritter/dritter/vcs_info_correctionBen Hilburn2015-03-311-1/+1
|\ \ | | | | | | Wording: VCS_INFO is a feature of ZSH itself..
| * | Wording: VCS_INFO is a feature of ZSH itself..Dominik Ritter2015-03-311-1/+1
|/ /
| * Added documentationDominik Ritter2015-04-011-1/+7
| |
| * Length of changeset-hash is now configurable by setting ↵Dominik Ritter2015-03-311-2/+7
|/ | | | POWERLEVEL9K_CHANGESET_HASH_LENGTH.
* README: Adding information to help users troubleshoot Powerline issues.Ben Hilburn2015-03-301-0/+23
|
* README: Minor additions to final section.Ben Hilburn2015-03-301-2/+8
|
* Fixing last commit. I must be getting tired.Ben Hilburn2015-03-301-8/+8
|
* README: Breaking out the `vcs` segment docs.Ben Hilburn2015-03-301-5/+8
|
* README: Minor changes to README.Ben Hilburn2015-03-301-2/+2
| | | | Maybe one day I'll be happy with this and leave it alone.
* More README updatesBen Hilburn2015-03-301-11/+10
|
* README: Adding new screenshots.Ben Hilburn2015-03-301-1/+7
|
* Cleaning up README section regarding color scheme selection.Ben Hilburn2015-03-301-5/+2
|
* Merge remote-tracking branch 'dritter/dritter/solarized_colors'Ben Hilburn2015-03-301-0/+6
|\ | | | | | | | | Conflicts: README.md
| * Mentioned solarized color scheme in the customization instructions.Dominik Ritter2015-03-301-0/+5
| |
* | Merging dritter's light color configuration.Ben Hilburn2015-03-302-23/+46
|\ \ | | | | | | | | | Resolved some minor conflicts, and changed README.
| * | Variable-Scoping.Dominik Ritter2015-03-301-0/+1
| | |
| * | Added documentation.Dominik Ritter2015-03-301-0/+5
| | |
| * | Added a "light" color scheme.Dominik Ritter2015-03-301-22/+36
| |/ | | | | | | Improved colors slightly.
* | Merge dritter's double-lined prompt feature.Ben Hilburn2015-03-302-13/+33
|\ \ | | | | | | | | | | | | Resolved Conflicts: README.md
| * | Added documentation.Dominik Ritter2015-03-301-0/+5
| | |
| * | Added option POWERLEVEL9K_PROMPT_ON_NEWLINE, which shows the prompt on a new ↵Dominik Ritter2015-03-301-1/+6
| |/ | | | | | | line.
* | Mention customizable segments in README.Ben Hilburn2015-03-301-0/+1
| |
* | Segments now alphabetical in README. Broke out `aws` docs.Ben Hilburn2015-03-302-4/+12
| |
* | Merge remotebranch 'dritter/dritter/aws_segment'Ben Hilburn2015-03-302-0/+11
|\ \
| * | Added documentation.Dominik Ritter2015-03-301-0/+1
| | |
| * | Added AWS segmentDominik Ritter2015-03-301-0/+10
| |/
* | Merge pull request #9 from dritter/dritter/virtualenv_link_correctionBen Hilburn2015-03-301-1/+1
|\ \ | | | | | | Updated the link to the virtualenv-documentation.
| * | Updated the link to the virtualenv-documentation.Dominik Ritter2015-03-301-1/+1
| |/
* | Merge pull request #11 from dritter/dritter/installation_instructions_improvedBen Hilburn2015-03-302-3/+2
|\ \ | |/ |/| A bit simpler installation instructions.
| * Updated comment.Dominik Ritter2015-03-301-1/+1
| |
| * A bit simpler installation instructions.Dominik Ritter2015-03-301-2/+1
|/
* OMZ can traverse sub-dirs just fine. I'm just an idiot. Fixing installation docsBen Hilburn2015-03-301-9/+4
|
* Adding note about showing tracking branch to READMEBen Hilburn2015-03-301-2/+3
|
* Fixing boolean check for `POWERLEVEL9K_SHOW_CHANGESET`Ben Hilburn2015-03-301-11/+11
| | | | Also, random other cleanup.
* Removed unnecessary whitespace.Dominik Ritter2015-03-301-2/+2
|
* Added a bit documentation.Dominik Ritter2015-03-291-0/+1
|
* Show revision-Changeset, if POWERLEVEL9K_SHOW_CHANGESET is enabled.Dominik Ritter2015-03-292-3/+20
|
* Enabling `rbenv` by default. Improving the README.Ben Hilburn2015-03-292-20/+42
|
* Cleaning up newly improved VCS_INFO settings.Ben Hilburn2015-03-291-6/+14
|
* Merge branch '/dritter/mercurial_support' into staging branch.Ben Hilburn2015-03-291-14/+33
|\
| * Bugfix: we have to reset the dirty-state once we visited a dirty working copy.Dominik Ritter2015-03-291-7/+9
| | | | | | | | And a bit of formatting.