Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Syntax fix. | Dominik Ritter | 2016-01-22 | 1 | -1/+1 |
| | |||||
* | fix wc glitch on OSX | v1rgul | 2016-01-22 | 1 | -1/+1 |
| | |||||
* | background_jobs: show number if verbose | v1rgul | 2016-01-18 | 1 | -2/+8 |
| | |||||
* | Added "visual identifier" concept to `icons_test` segment. | Dominik Ritter | 2016-01-17 | 1 | -1/+1 |
| | |||||
* | fixing segment call for new state implementation in prompt_load | rjorgenson | 2016-01-16 | 1 | -1/+1 |
| | |||||
* | Merge pull request #191 from rjorgenson/next | Ben Hilburn | 2016-01-16 | 1 | -1/+2 |
|\ | | | | | added check for nvm command before running | ||||
| * | fixed conditional statement | Robert Jorgenson | 2016-01-15 | 1 | -1/+1 |
| | | |||||
| * | reworked nvm check | Robert Jorgenson | 2016-01-15 | 1 | -7/+6 |
| | | | | | | Now the prompt segment just returns without doing anything if nvm is not present. | ||||
| * | don't output segment if node_version was not populated | Robert Jorgenson | 2016-01-15 | 1 | -1/+1 |
| | | |||||
| * | fixed called to ioreg on OS X machines | rjorgenson | 2016-01-14 | 1 | -1/+1 |
| | | |||||
| * | added check for nvm command before running | rjorgenson | 2016-01-14 | 1 | -4/+6 |
| | | |||||
* | | Add sub folder icon when in home subdirectories | Kayant | 2016-01-16 | 1 | -1/+3 |
| | | | | | | | | | | | | Big thanks to @dritter for guidance, @rjorgenson for great explanation. And @bhilburn for further guidance and encouragement. See http://i.imgur.com/2Vncypo.png for a presentation of how it looks. | ||||
* | | Merge branch 'symlink_resolving_improvement' of ↵ | Ben Hilburn | 2016-01-15 | 1 | -1/+1 |
|\ \ | |/ |/| | | | https://github.com/dritter/powerlevel9k into dritter-symlink_resolving_improvement | ||||
| * | Improved symlink dereferencing on OSX by calling a perl script. | Dominik Ritter | 2016-01-09 | 1 | -1/+1 |
| | | |||||
* | | Comment cleanup. | Dominik Ritter | 2016-01-08 | 1 | -1/+1 |
| | | |||||
* | | Cleanup of the `load` segment. | Dominik Ritter | 2016-01-08 | 1 | -7/+12 |
| | | |||||
* | | Sorted segments alphabetically. | Dominik Ritter | 2016-01-08 | 1 | -8/+8 |
| | | |||||
* | | The foreground and background instructions are spaceless by default. No | Dominik Ritter | 2016-01-08 | 1 | -10/+10 |
|/ | | | | need to make them spaceless explicitly. | ||||
* | Cleaning up comments. Also fixes #135. | Ben Hilburn | 2016-01-06 | 1 | -37/+39 |
| | |||||
* | Merge pull request #173 from dritter/consistent_visual_identifier | Ben Hilburn | 2016-01-06 | 1 | -8/+14 |
|\ | | | | | Better support for segments that are just icons. | ||||
| * | More consistent visual identifiers. Now even segments that just have an | Dominik Ritter | 2015-12-29 | 1 | -8/+14 |
| | | | | | | | | | | | | | | icon as content print these icons as visual identifiers. Some of these segments have a verbose mode. If this verbose mode is false, some print just the icon (like the battery segment), which didn't work correctly before this change. | ||||
* | | used set_default-function instead | Niklas Heer | 2015-12-31 | 1 | -7/+1 |
| | | |||||
* | | added a new variable POWERLEVEL9K_SHORTEN_DELIMITER to specifiy the delimiter | Niklas Heer | 2015-12-31 | 1 | -6/+11 |
| | | |||||
* | | added fishe-like shortening strategy | Niklas Heer | 2015-12-30 | 1 | -0/+3 |
|/ | |||||
* | Merge branch 'battery_visual_identifier' of github.com:dritter/powerlevel9k ↵ | Dominik Ritter | 2015-12-18 | 1 | -12/+13 |
|\ | | | | | | | into battery_visual_identifier | ||||
| * | Added the "visual identifier" concept to the `vcs` segment. | Dominik Ritter | 2015-12-18 | 1 | -6/+5 |
| | | |||||
| * | Added the "visual identifier" concept to the `symfony2_version` segment. | Dominik Ritter | 2015-12-17 | 1 | -1/+1 |
| | | |||||
| * | Added the "visual identifier" concept to the `symfony2_tests` and | Dominik Ritter | 2015-12-17 | 1 | -5/+5 |
| | | | | | | | | `rspec_stats` segments. | ||||
| * | Added the "visual identifiers" concept to the `ram` segment. | Dominik Ritter | 2015-12-17 | 1 | -2/+2 |
| | | |||||
* | | Merge branch 'status_color_fix' into battery_visual_identifier | Dominik Ritter | 2015-12-18 | 1 | -104/+141 |
|\ \ | |/ |/| | |||||
| * | Little VCS segment cleanup. | Dominik Ritter | 2015-12-17 | 1 | -4/+2 |
| | | |||||
| * | Changed the order of default segments. | Dominik Ritter | 2015-12-17 | 1 | -3/+3 |
| | | |||||
| * | Added ability to join segments together. You always join a segment | Dominik Ritter | 2015-12-16 | 1 | -80/+114 |
| | | | | | | | | | | | | | | | | with the previous one. Just add "_joined" to the segment name in your `POWERLEVEL9K_LEFT_PROMPT_ELEMENTS`-array. Developers: Be aware that the order of parameters given to left/right_prompt_segment has changed! | ||||
| * | Split up the `status` segment into a `background_jobs`, `root_indicator` and ↵ | Dominik Ritter | 2015-12-13 | 1 | -15/+20 |
| | | | | | | | | | | | | `status` segment. This fixes #163 | ||||
* | | Added the "state" concept to the `dir` segment. | Dominik Ritter | 2015-12-15 | 1 | -2/+2 |
| | | |||||
* | | Only check for a user defined variable if we really have an visual | Dominik Ritter | 2015-12-15 | 1 | -12/+16 |
| | | | | | | | | identifier. | ||||
* | | Added the "visual identifier" concept to the `rbenv` segment. | Dominik Ritter | 2015-12-15 | 1 | -1/+1 |
| | | |||||
* | | Added the "visual identifier" concept to the `node_version` segment. | Dominik Ritter | 2015-12-15 | 1 | -1/+1 |
| | | |||||
* | | Bugfix: the default should be a pure color, not a full ZSH color | Dominik Ritter | 2015-12-15 | 1 | -2/+2 |
| | | | | | | | | modifier. | ||||
* | | Interesting: We don't need to swap the whitespaces if the visual | Dominik Ritter | 2015-12-15 | 1 | -2/+1 |
| | | | | | | | | | | | | identifier should be rendered on the right side, because the terminal gets printed from left to right and the double width characters need their "print me right"-whitespaces on the right side anyways. | ||||
* | | For left aligned segments start the foreground color after the visual | Dominik Ritter | 2015-12-15 | 1 | -4/+4 |
| | | | | | | | | identifier has been printed. | ||||
* | | Added the "visual identifier" concept to the `todo` segment. | Dominik Ritter | 2015-12-15 | 1 | -1/+1 |
| | | |||||
* | | Added the "visual identifier" concept to the `rvm` segment. | Dominik Ritter | 2015-12-15 | 1 | -1/+1 |
| | | |||||
* | | Added the "visual identifier" concept to the `node_version` segment. | Dominik Ritter | 2015-12-15 | 1 | -1/+1 |
| | | |||||
* | | Added the "visual identifier" concept to the `load` segment. | Dominik Ritter | 2015-12-15 | 1 | -1/+1 |
| | | |||||
* | | Added the "visual identifier" concept to the `ip` segment. | Dominik Ritter | 2015-12-15 | 1 | -1/+1 |
| | | |||||
* | | Added the "visual identifier" concept to the `dir` segment. | Dominik Ritter | 2015-12-15 | 1 | -4/+2 |
| | | |||||
* | | Added the "visual identifier" concept to the `aws` segment. | Dominik Ritter | 2015-12-15 | 1 | -1/+1 |
| | | |||||
* | | Used the new "visual identifier" concept for the battery segment. | Dominik Ritter | 2015-12-15 | 1 | -3/+3 |
| | | |||||
* | | Allow users to overwrite the color for the visual identifier only. | Dominik Ritter | 2015-12-15 | 1 | -0/+8 |
| | |