Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | editor automatically removed whitespace | rjorgenson | 2015-10-18 | 1 | -1/+1 |
| | |||||
* | fixed output string color declaration | rjorgenson | 2015-10-18 | 1 | -1/+1 |
| | |||||
* | added battery prompt segment usable on OS X systems | rjorgenson | 2015-10-18 | 2 | -1/+63 |
| | |||||
* | Merge branch 'master' into next | Ben Hilburn | 2015-10-18 | 1 | -2/+2 |
|\ | |||||
| * | README: Updating second image to use @natemccurdy awesome gif. | Ben Hilburn | 2015-10-18 | 1 | -2/+2 |
| | | |||||
* | | Merge pull request #118 from dritter/whitespace_customization | Ben Hilburn | 2015-10-18 | 1 | -7/+9 |
|\ \ | | | | | | | Made whitespaces between segment separators customizable | ||||
| * | | Made whitespaces between segment separators customizable. | Dominik Ritter | 2015-10-16 | 1 | -7/+9 |
| |/ | |||||
* | | README: Updating the docs about `vi_mode` segment. | Ben Hilburn | 2015-10-18 | 1 | -21/+9 |
| | | |||||
* | | Merge pull request #117 from dritter/vi_customizations | Ben Hilburn | 2015-10-18 | 2 | -2/+10 |
|\ \ | | | | | | | Make the vi_mode segement more customizable. | ||||
| * | | vi_mode segement more customizable. | Dominik Ritter | 2015-10-16 | 2 | -2/+10 |
| |/ | |||||
* | | Merge branch 'dritter-vcs_cleanup' into next | Ben Hilburn | 2015-10-18 | 1 | -47/+45 |
|\ \ | |||||
| * | | Merge branch 'vcs_cleanup' of https://github.com/dritter/powerlevel9k into ↵ | Ben Hilburn | 2015-10-18 | 1 | -47/+45 |
|/| | | | | | | | | | | | dritter-vcs_cleanup | ||||
| * | | Merge remote-tracking branch 'ben/next' into vcs_cleanup | Dominik Ritter | 2015-10-16 | 2 | -430/+95 |
| |\| | |||||
| * | | Cleanup of VCS-segment. Now `vcs_info` is only invoked, if the user ↵ | Dominik Ritter | 2015-10-11 | 1 | -47/+45 |
| | | | | | | | | | | | | configured to show the `vcs` segment. | ||||
* | | | Merge pull request #114 from alexlafroscia/add-nvm-prompt-segment | Ben Hilburn | 2015-10-18 | 2 | -0/+12 |
|\ \ \ | | | | | | | | | Add nvm prompt segment | ||||
| * | | | Add note about NVM to the readme | Alex LaFroscia | 2015-10-14 | 1 | -0/+1 |
| | | | | |||||
| * | | | Add NVM prompt segment | Alex LaFroscia | 2015-10-14 | 1 | -0/+11 |
| | |/ | |/| | | | | | | | Prints out the Node version that is currently active if it is different than the default version specified by NVM | ||||
* | | | Merge pull request #120 from partp/fix-virtualenv | Ben Hilburn | 2015-10-18 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | Fixes `VIRTUAL_ENV_DISABLE_PROMPT` condition | ||||
| * | | | Fixes `VIRTUAL_ENV_DISABLE_PROMPT` condition | Parth Panchal | 2015-10-17 | 1 | -1/+1 |
| |/ / | |||||
* | | | README: changing name of `todo.txt` segment to `todo` | Ben Hilburn | 2015-10-18 | 1 | -1/+1 |
| | | | |||||
* | | | reverting unnoticed white space change | rjorgenson | 2015-10-17 | 1 | -1/+1 |
| | | | |||||
* | | | added prompt segment for todo.txt task number | rjorgenson | 2015-10-17 | 2 | -1/+15 |
|/ / | |||||
* | | Merge branch 'readme-v2' into next | Ben Hilburn | 2015-10-13 | 1 | -428/+94 |
|\ \ | |||||
| * | | README: one more wiki link to ToC | Ben Hilburn | 2015-10-13 | 1 | -0/+2 |
| | | | |||||
| * | | README: Add link to Wiki at end of README | Ben Hilburn | 2015-10-13 | 1 | -0/+6 |
| | | | |||||
| * | | README: Cleaning up ToC | Ben Hilburn | 2015-10-13 | 1 | -5/+6 |
| | | | |||||
| * | | README: Final cleanup | Ben Hilburn | 2015-10-13 | 1 | -5/+5 |
| | | | |||||
| * | | README: Moving styling to the wiki | Ben Hilburn | 2015-10-13 | 1 | -121/+8 |
| | | | |||||
| * | | README: I'm good at markdown | Ben Hilburn | 2015-10-13 | 1 | -3/+3 |
| | | | |||||
| * | | README: Adding ToC | Ben Hilburn | 2015-10-13 | 1 | -0/+6 |
| | | | |||||
| * | | README: Fixing install instruction bullets | Ben Hilburn | 2015-10-13 | 1 | -0/+1 |
| | | | |||||
| * | | README: cleanup | Ben Hilburn | 2015-10-13 | 1 | -29/+7 |
| | | | |||||
| * | | README: Fixing some segment links | Ben Hilburn | 2015-10-13 | 1 | -9/+9 |
| | | | |||||
| * | | README: Creating links for each segment section | Ben Hilburn | 2015-10-13 | 1 | -60/+18 |
| | | | |||||
| * | | README: moving lots of information to the Wiki | Ben Hilburn | 2015-10-13 | 1 | -244/+71 |
| |/ | |||||
* | | Merge pull request #109 from jkoelndorfer/next | Ben Hilburn | 2015-10-12 | 1 | -2/+1 |
|\ \ | |/ |/| | Fixing issue where BSD detection can bleed info to stdout. | ||||
| * | Quote value of IS_BSD_SED. | John Koelndorfer | 2015-10-06 | 1 | -2/+1 |
|/ | | | | | If this isn't quoted, in can bleed through to stdout in certain circumstances. | ||||
* | Merge pull request #108 from V1rgul/next | Ben Hilburn | 2015-09-29 | 1 | -25/+41 |
|\ | | | | | Added awesome fontconfig for next icons | ||||
| * | Font Awesome fontconfig new icons (fixed errors) | v1rgul | 2015-09-29 | 1 | -2/+2 |
| | | |||||
| * | Font Awesome fontconfig new icons | v1rgul | 2015-09-29 | 1 | -25/+41 |
|/ | |||||
* | Minor comment addition for system load prompt segment. | Ben Hilburn | 2015-09-28 | 1 | -0/+1 |
| | |||||
* | Cleaning up comments around font icon settings. | Ben Hilburn | 2015-09-28 | 1 | -89/+87 |
| | |||||
* | Merge pull request #106 from V1rgul/master | Ben Hilburn | 2015-09-28 | 2 | -0/+33 |
|\ | | | | | Added awesome-fontconfig support | ||||
| * | Added awesome fontconfig support | v1rgul | 2015-09-27 | 2 | -0/+33 |
| | | |||||
* | | Merge pull request #104 from dritter/vi_mode_cleanup | Ben Hilburn | 2015-09-28 | 2 | -11/+46 |
|\ \ | | | | | | | VI-mode cleanup | ||||
| * | | Better compatibility with shellcheck.net. | Dominik Ritter | 2015-09-23 | 1 | -1/+6 |
| | | | |||||
| * | | KEYMAP may be "main" or "viins" in VI-Mode. | Dominik Ritter | 2015-09-23 | 1 | -2/+2 |
| | | | |||||
| * | | Added documentation. | Dominik Ritter | 2015-09-22 | 1 | -1/+21 |
| | | | |||||
| * | | code more readable. | Dominik Ritter | 2015-09-22 | 1 | -6/+8 |
| | | | |||||
| * | | Made VI-Mode plugin working again. | Dominik Ritter | 2015-09-22 | 1 | -0/+8 |
| | | |