summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* added space to end of RVM iconrjorgenson2016-01-171-2/+2
|
* Merge pull request #195 from dritter/minor_improvementsBen Hilburn2016-01-172-4/+4
|\ | | | | Minor improvements to README `dir` section
| * Added "visual identifier" concept to `icons_test` segment.Dominik Ritter2016-01-171-1/+1
| |
| * Improved dir icon descriptions.Dominik Ritter2016-01-171-3/+3
|/
* Merge pull request #193 from rjorgenson/nextBen Hilburn2016-01-161-1/+1
|\ | | | | fixing segment call for new state implementation in prompt_load
| * 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
|\ | | | | added check for nvm command before running
| * fixed conditional statementRobert Jorgenson2016-01-151-1/+1
| |
| * reworked nvm checkRobert Jorgenson2016-01-151-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 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
| |
* | Merge pull request #192 from Kayant/nextBen Hilburn2016-01-163-2/+8
|\ \ | | | | | | Add sub folder icon when in home subdirectories
| * | Add sub folder icon when in home subdirectoriesKayant2016-01-163-2/+8
|/ / | | | | | | | | | | 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 'dritter-symlink_resolving_improvement' into nextBen Hilburn2016-01-151-1/+1
|\ \
| * | Merge branch 'symlink_resolving_improvement' of ↵Ben Hilburn2016-01-151-1/+1
|/| | | | | | | | | | | https://github.com/dritter/powerlevel9k into dritter-symlink_resolving_improvement
| * | Improved symlink dereferencing on OSX by calling a perl script.Dominik Ritter2016-01-091-1/+1
| | |
* | | Merge branch 'thuandt-ruby-icon-patch' into nextBen Hilburn2016-01-150-0/+0
|\ \ \
| * | | Merge branch 'ruby-icon-patch' of https://github.com/thuandt/powerlevel9k ↵Ben Hilburn2016-01-150-0/+0
|/| | | | | | | | | | | | | | | into thuandt-ruby-icon-patch
| * | | [FIX] RUBY_ICON should be $'\UF219'MrTuxHdb2016-01-121-1/+1
| |/ /
* | / [FIX] RUBY_ICON should be $'\UF219'MrTuxHdb2016-01-151-1/+1
| |/ |/|
* | Merge pull request #180 from dritter/3_0_changelog_additionsBen Hilburn2016-01-121-1/+21
|\ \ | | | | | | Missed changelog entries for v0.3.0
| * | Removed the "next"-tag.Dominik Ritter2016-01-081-1/+1
| | |
| * | Added changelog entries.Dominik Ritter2016-01-081-0/+20
| | |
* | | 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
|/ /
* | Merge pull request #177 from dritter/folder_icon_explanationBen Hilburn2016-01-081-0/+11
|\ \ | | | | | | Added an explanation for the "home" and "folder" icons.
| * | Clearer explanation for the home and folder icons.Dominik Ritter2016-01-081-6/+7
| | |
| * | Added an explanation for the "home" and "folder" icons.Dominik Ritter2016-01-061-0/+10
| | |
* | | Merge pull request #179 from dritter/general_cleanupBen Hilburn2016-01-081-10/+10
|\ \ \ | |_|/ |/| | Removed unnecessary spaceless codes from `fg` and `bg` vars.
| * | The foreground and background instructions are spaceless by default. NoDominik Ritter2016-01-081-10/+10
| |/ | | | | | | need to make them spaceless explicitly.
* | Merge pull request #178 from dritter/vcs_tag_whitespaceBen Hilburn2016-01-081-1/+1
|\ \ | |/ |/| Removed whitespace before git tag
| * Removed whitespace before git tag.Dominik Ritter2016-01-081-1/+1
|/
* README: Cleaning some things up.Ben Hilburn2016-01-061-35/+19
|
* 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
|\ | | | | Better support for segments that are just icons.
| * More consistent visual identifiers. Now even segments that just have anDominik Ritter2015-12-291-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.
* | Merge pull request #174 from niklas-heer/shorten-fish_likeBen Hilburn2016-01-062-3/+18
|\ \ | |/ |/| added fish-like shortening strategy
| * fixed documentationNiklas Heer2016-01-041-5/+4
| |
| * added documentationNiklas Heer2016-01-041-0/+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 pull request #165 from dritter/battery_visual_identifierBen Hilburn2015-12-225-50/+88
|\ | | | | Adding ability for segments to be combined.
| * Merge branch 'next' into battery_visual_identifierDominik Ritter2015-12-220-0/+0
| |\ | |/ |/|
* | Merge pull request #164 from dritter/status_color_fixBen Hilburn2015-12-223-97/+147
|\ \ | | | | | | Split up the `status` segment
| | * Merge branch 'battery_visual_identifier' of github.com:dritter/powerlevel9k ↵Dominik Ritter2015-12-183-16/+23
| | |\ | | | | | | | | | | | | into battery_visual_identifier
| | | * Added the "visual identifier" concept to the `vcs` segment.Dominik Ritter2015-12-183-10/+15
| | | |
| | | * Added the "visual identifier" concept to the `symfony2_version` segment.Dominik Ritter2015-12-171-1/+1
| | | |