summaryrefslogtreecommitdiff
path: root/powerlevel9k.zsh-theme
Commit message (Expand)AuthorAgeFilesLines
* fixing segment call for new state implementation in prompt_loadrjorgenson2016-01-161-1/+1
* Merge pull request #191 from rjorgenson/nextBen Hilburn2016-01-161-1/+2
|\
| * fixed conditional statementRobert Jorgenson2016-01-151-1/+1
| * reworked nvm checkRobert Jorgenson2016-01-151-7/+6
| * don't output segment if node_version was not populatedRobert Jorgenson2016-01-151-1/+1
| * fixed called to ioreg on OS X machinesrjorgenson2016-01-141-1/+1
| * added check for nvm command before runningrjorgenson2016-01-141-4/+6
* | Add sub folder icon when in home subdirectoriesKayant2016-01-161-1/+3
* | Merge branch 'symlink_resolving_improvement' of https://github.com/dritter/po...Ben Hilburn2016-01-151-1/+1
|\ \ | |/ |/|
| * Improved symlink dereferencing on OSX by calling a perl script.Dominik Ritter2016-01-091-1/+1
* | Comment cleanup.Dominik Ritter2016-01-081-1/+1
* | Cleanup of the `load` segment.Dominik Ritter2016-01-081-7/+12
* | Sorted segments alphabetically.Dominik Ritter2016-01-081-8/+8
* | The foreground and background instructions are spaceless by default. NoDominik Ritter2016-01-081-10/+10
|/
* Cleaning up comments. Also fixes #135.Ben Hilburn2016-01-061-37/+39
* Merge pull request #173 from dritter/consistent_visual_identifierBen Hilburn2016-01-061-8/+14
|\
| * More consistent visual identifiers. Now even segments that just have anDominik Ritter2015-12-291-8/+14
* | used set_default-function insteadNiklas Heer2015-12-311-7/+1
* | added a new variable POWERLEVEL9K_SHORTEN_DELIMITER to specifiy the delimiterNiklas Heer2015-12-311-6/+11
* | added fishe-like shortening strategyNiklas Heer2015-12-301-0/+3
|/
* Merge branch 'battery_visual_identifier' of github.com:dritter/powerlevel9k i...Dominik Ritter2015-12-181-12/+13
|\
| * Added the "visual identifier" concept to the `vcs` segment.Dominik Ritter2015-12-181-6/+5
| * Added the "visual identifier" concept to the `symfony2_version` segment.Dominik Ritter2015-12-171-1/+1
| * Added the "visual identifier" concept to the `symfony2_tests` andDominik Ritter2015-12-171-5/+5
| * Added the "visual identifiers" concept to the `ram` segment.Dominik Ritter2015-12-171-2/+2
* | Merge branch 'status_color_fix' into battery_visual_identifierDominik Ritter2015-12-181-104/+141
|\ \ | |/ |/|
| * Little VCS segment cleanup.Dominik Ritter2015-12-171-4/+2
| * Changed the order of default segments.Dominik Ritter2015-12-171-3/+3
| * Added ability to join segments together. You always join a segmentDominik Ritter2015-12-161-80/+114
| * Split up the `status` segment into a `background_jobs`, `root_indicator` and ...Dominik Ritter2015-12-131-15/+20
* | Added the "state" concept to the `dir` segment.Dominik Ritter2015-12-151-2/+2
* | Only check for a user defined variable if we really have an visualDominik Ritter2015-12-151-12/+16
* | Added the "visual identifier" concept to the `rbenv` segment.Dominik Ritter2015-12-151-1/+1
* | Added the "visual identifier" concept to the `node_version` segment.Dominik Ritter2015-12-151-1/+1
* | Bugfix: the default should be a pure color, not a full ZSH colorDominik Ritter2015-12-151-2/+2
* | Interesting: We don't need to swap the whitespaces if the visualDominik Ritter2015-12-151-2/+1
* | For left aligned segments start the foreground color after the visualDominik Ritter2015-12-151-4/+4
* | Added the "visual identifier" concept to the `todo` segment.Dominik Ritter2015-12-151-1/+1
* | Added the "visual identifier" concept to the `rvm` segment.Dominik Ritter2015-12-151-1/+1
* | Added the "visual identifier" concept to the `node_version` segment.Dominik Ritter2015-12-151-1/+1
* | Added the "visual identifier" concept to the `load` segment.Dominik Ritter2015-12-151-1/+1
* | Added the "visual identifier" concept to the `ip` segment.Dominik Ritter2015-12-151-1/+1
* | Added the "visual identifier" concept to the `dir` segment.Dominik Ritter2015-12-151-4/+2
* | Added the "visual identifier" concept to the `aws` segment.Dominik Ritter2015-12-151-1/+1
* | Used the new "visual identifier" concept for the battery segment.Dominik Ritter2015-12-151-3/+3
* | Allow users to overwrite the color for the visual identifier only.Dominik Ritter2015-12-151-0/+8
* | Segments now can have "visual identifiers" which are basically justDominik Ritter2015-12-151-3/+21
* | Removed trailing whitespaces.Dominik Ritter2015-12-151-2/+2
|/
* Merge pull request #154 from dritter/hotfix/utility_function_loadingBen Hilburn2015-12-131-4/+25
|\
| * The script location should only be set once!Dominik Ritter2015-11-281-2/+0