Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | 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 pull request #165 from dritter/battery_visual_identifier | Ben Hilburn | 2015-12-22 | 5 | -50/+88 | |
|\ \ | | | | | | | Adding ability for segments to be combined. | |||||
| * \ | Merge branch 'next' into battery_visual_identifier | Dominik Ritter | 2015-12-22 | 0 | -0/+0 | |
| |\ \ | |/ / |/| | | ||||||
* | | | Merge pull request #164 from dritter/status_color_fix | Ben Hilburn | 2015-12-22 | 3 | -97/+147 | |
|\ \ \ | | | | | | | | | Split up the `status` segment | |||||
| | * \ | Merge branch 'battery_visual_identifier' of github.com:dritter/powerlevel9k ↵ | Dominik Ritter | 2015-12-18 | 3 | -16/+23 | |
| | |\ \ | | | | | | | | | | | | | | | | into battery_visual_identifier | |||||
| | | * | | Added the "visual identifier" concept to the `vcs` segment. | Dominik Ritter | 2015-12-18 | 3 | -10/+15 | |
| | | | | | ||||||
| | | * | | 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 | 3 | -109/+159 | |
| | |\ \ \ | | |/ / / | |/| / / | | |/ / | ||||||
| * | | | 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 | |
| | | | | ||||||
| * | | | Typo. | Dominik Ritter | 2015-12-17 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | Added ability to join segments together. You always join a segment | Dominik Ritter | 2015-12-16 | 2 | -80/+120 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | 3 | -20/+32 | |
|/ / / | | | | | | | | | | | | | | | | `status` segment. This fixes #163 | |||||
| * | | Removed trailing whitespace. | Dominik Ritter | 2015-12-17 | 1 | -1/+1 | |
| | | | ||||||
| * | | Remove trailing whitespaces from CHANGELOG. | Dominik Ritter | 2015-12-16 | 1 | -2/+2 | |
| | | | ||||||
| * | | Added changelog. | Dominik Ritter | 2015-12-16 | 1 | -0/+5 | |
| | | | ||||||
| * | | 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 | |
| | | | ||||||
| * | | Some icons are visual identifiers now, so they shouldn't control the | Dominik Ritter | 2015-12-15 | 1 | -6/+6 | |
| | | | | | | | | | | | | margin to the text (which is whitespace). | |||||
| * | | 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 | |
| | | | ||||||
| * | | Segments now can have "visual identifiers" which are basically just | Dominik Ritter | 2015-12-15 | 1 | -3/+21 | |
| | | | | | | | | | | | | special icons. | |||||
| * | | Removed trailing whitespaces. | Dominik Ritter | 2015-12-15 | 1 | -2/+2 | |
| | | | ||||||
| * | | Removed unecessary variable. | Dominik Ritter | 2015-12-15 | 1 | -2/+1 | |
|/ / | ||||||
* | | Merge pull request #154 from dritter/hotfix/utility_function_loading | Ben Hilburn | 2015-12-13 | 1 | -4/+25 | |
|\ \ | | | | | | | Try to fetch the utility function path automatically | |||||
| * | | The script location should only be set once! | Dominik Ritter | 2015-11-28 | 1 | -2/+0 | |
| | | | ||||||
| * | | File might be a symlink. | Dominik Ritter | 2015-11-28 | 1 | -0/+5 | |
| | | | ||||||
| * | | Fallback mechanism is now more robust. If does not matter if the user ↵ | Dominik Ritter | 2015-11-28 | 1 | -0/+4 | |
| | | | | | | | | | | | | specified a file or a directory in `POWERLEVEL9K_INSTALLATION_PATH`. | |||||
| * | | Added more checks to find the installation dir. Now we try to find prezto ↵ | Dominik Ritter | 2015-11-28 | 1 | -3/+9 | |
| | | | | | | | | | | | | automatically and print a nice warning as a fallback. | |||||
| * | | Now the script just returns instead of exiting with an errorcode. The reason ↵ | Dominik Ritter | 2015-11-21 | 1 | -1/+1 | |
| | | | | | | | | | | | | for this is that users can't log in anymore if the specified a wrong path in POWERLEVEL9K_INSTALLATION_PATH and the script `exit`s. With `return` not the whole shell is terminated, so users get an ugly prompt, but are still able to modify .zshrc. | |||||
| * | | The installation path of powerlevel9k is now configurable by setting the ↵ | Dominik Ritter | 2015-11-21 | 1 | -1/+3 | |
| | | | | | | | | | | | | | | | | | | variable POWERLEVEL9K_INSTALLATION_PATH. The value must be set to the exact location of the powerlevel9k.zsh-theme file (including the file name). This has only effect if you load your theme as a function and your ZSH version is below 5.0.8. | |||||
| * | | For ZSH 5.0.8 `whence -v` tells also the path to the command. In that case ↵ | Dominik Ritter | 2015-11-21 | 1 | -3/+9 | |
| | | | | | | | | | | | | we can use that information to get a proper path to the utility functions. | |||||
* | | | Merge pull request #157 from dritter/battery_rework | Ben Hilburn | 2015-12-13 | 1 | -29/+51 | |
|\ \ \ | | | | | | | | | Performance improvement of battery segment | |||||
| * | | | By default: set verbose mode on. | Dominik Ritter | 2015-11-25 | 1 | -0/+2 | |
| | | | | ||||||
| * | | | Added a verbose mode. | Dominik Ritter | 2015-11-25 | 1 | -1/+7 | |
| | | | |