summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* We don't need `tr`, as we strip whitespace directly with zsh.Dominik Ritter2015-05-311-3/+3
|
* Better compatibility with prezto.Dominik Ritter2015-05-301-57/+61
|
* Variable scoping.Dominik Ritter2015-05-301-1/+1
|
* Added documentation.Dominik Ritter2015-05-281-1/+16
|
* Modified code to work with prezto.Dominik Ritter2015-05-271-8/+20
|
* Merge pull request #28 from dritter/trim_whitespaceBen Hilburn2015-05-201-4/+4
|\ | | | | Trim unwanted whitespaces.
| * Trim unwanted whitespaces.Dominik Ritter2015-05-201-4/+4
| |
* | Merge pull request #25 from dritter/dritter/readme_fixesBen Hilburn2015-04-111-1/+1
|\ \ | |/ |/| Typo corrected in README
| * Typo corrected.Dominik Ritter2015-04-111-1/+1
|/
* Merge pull request #23 from dritter/dritter/readme_fixesBen Hilburn2015-04-091-2/+2
|\ | | | | Fixed indendation
| * Fixed indendation.Dominik Ritter2015-04-081-2/+2
|/
* Merge pull request #21 from dritter/dritter/mercurial_show_bookmarkBen Hilburn2015-04-052-0/+16
|\ | | | | Mercurial: show bookmark in `vcs` segment.
| * Added documentation.Dominik Ritter2015-04-051-0/+2
| |
| * Show active mercurial bookmark.Dominik Ritter2015-04-051-0/+14
| |
* | Merge pull request #22 from dritter/dritter/test-ratioBen Hilburn2015-04-051-0/+8
|\ \ | |/ |/| Test ratio documentation added to README
| * Merge branch 'master' into dritter/test-ratioDominik Ritter2015-04-052-62/+82
| |\ | |/ |/|
* | Adding time format string doc to theme file. Making segments alphabetical.Ben Hilburn2015-04-032-66/+73
| |
* | Merge pull request #20 from dritter/dritter/date_configurableBen Hilburn2015-04-032-1/+14
|\ \ | | | | | | Better configurability of time format
| * | Added documentation.Dominik Ritter2015-04-031-0/+8
| | |
| * | Always add a whitespace to the end of the time segment for better look.Dominik Ritter2015-04-031-2/+2
| | |
| * | Merge branch 'master' into dritter/date_configurableDominik Ritter2015-04-032-4/+68
| |\ \ | |/ / |/| |
| * | Time format is now configurable.Dominik Ritter2015-04-021-1/+6
| | |
| | * Added Documentation.Dominik Ritter2015-04-031-0/+8
| |/ |/|
* | README: Derp. Silly grammar error.Ben Hilburn2015-04-021-1/+1
| |
* | Few additions to the READMEBen Hilburn2015-04-022-0/+3
| |
* | Adding settings var docs to the theme file for people without READMEBen Hilburn2015-04-021-4/+28
| |
* | Merge pull request #19 from dritter/dritter/test-ratioBen Hilburn2015-04-022-0/+37
|\ \ | |/ |/| Show a ratio of test classes vs real classes (Ruby and Symfony2)
| * Improved correction factor, so that the ratio is a nice percentage.Dominik Ritter2015-04-021-1/+1
| |
| * Better implementation of counting Classes and Tests for RSpec.Dominik Ritter2015-04-021-2/+2
| |
| * Documentation is now correct.Dominik Ritter2015-04-021-1/+1
| |
| * Whitespace.Dominik Ritter2015-04-021-3/+3
| |
| * Merge branch 'master' into dritter/test-ratioDominik Ritter2015-04-022-4/+38
| |\ | |/ |/|
* | Merge pull request #18 from dritter/dritter/show_stash_countBen Hilburn2015-04-022-1/+24
|\ \ | | | | | | Show stash count for git.
| * | Added documentation.Dominik Ritter2015-04-021-0/+12
| | |
| * | 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 branch 'master' into dritter/changeset_hash_lengthDominik Ritter2015-04-011-2/+2
| |\ \
| * | | 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.
| | | * Added documentation.Dominik Ritter2015-04-021-0/+2
| | | |
| | | * Display a tests vs code ratio (RSpec and Symfony2-PHPUnit-tests).Dominik Ritter2015-04-021-0/+35
| |_|/ |/| |
* | | 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 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
|/
* README: Adding information to help users troubleshoot Powerline issues.Ben Hilburn2015-03-301-0/+23
|