summaryrefslogtreecommitdiff
path: root/functions
Commit message (Collapse)AuthorAgeFilesLines
* Merging ability to hide tags from VCS segment.Ben Hilburn2016-07-131-21/+22
|
* Merge branch 'next' of https://github.com/Xetius/powerlevel9k into ↵Ben Hilburn2016-07-131-18/+20
|\ | | | | | | xetius-vcs-hide-tags
| * Added POWERLEVEL9K_VCS_HIDE_TAGS variable to control displaying of vcs tags ↵Chris Hudson2016-07-081-18/+20
| | | | | | | | in segment
* | Changed python icon to snakeMarin Gilles2016-06-231-2/+2
|/
* [ADD] PYTHON_ICONThuan (Duong Tien)2016-05-041-3/+6
|
* Merge pull request #247 from orhanbalci/nextBen Hilburn2016-04-191-0/+3
|\ | | | | rust icon added to rust segment
| * whitespace fixorhanbalci2016-04-191-1/+1
| |
| * empty rust icon for patched modeorhanbalci2016-04-171-0/+1
| |
| * rust icon addedorhanbalci2016-04-161-1/+3
| |
* | Fix truncation of changeset in detached tag modeDominik Ritter2016-04-171-1/+1
| |
* | Fixing comments in vi-gitBen Hilburn2016-04-121-5/+6
| | | | | | | | -tagname
* | git-tagname: Now showing hash/branchname when sitting on a tagBen Hilburn2016-04-121-9/+8
| |
* | git-tagname: reducing conditionals in logicBen Hilburn2016-04-121-1/+4
| |
* | Merge branch 'next' of https://github.com/nmaggioni/powerlevel9k into ↵Ben Hilburn2016-04-121-4/+17
|\ \ | |/ |/| | | nmaggioni-next
| * Weird conditions handlingNiccolò Maggioni2016-04-121-8/+12
| | | | | | | | Become a programmer, they said. It'll be fun, they said.
| * Avoid tag/branch duplication if same valueNiccolò Maggioni2016-04-111-2/+6
| |
| * Better DETACHED_HEAD detectionNiccolò Maggioni2016-03-251-1/+1
| |
| * DocumentationNiccolò Maggioni2016-03-221-0/+3
| |
| * DETACHED_HEAD handlingNiccolò Maggioni2016-03-221-0/+2
| |
| * Git tag not replacing branchNiccolò Maggioni2016-03-221-1/+1
| |
* | Merge pull request #229 from alexlafroscia/add-package-name-shortening-strategyBen Hilburn2016-04-111-0/+6
|\ \ | |/ |/| Add shortening strategy based on package.json name
| * Apply max dir length to package name shortenerAlex LaFroscia2016-03-221-0/+6
| |
* | Add a docker machine segmentsabricot2016-03-061-0/+3
|/
* Fix untracked state of the vcs segmentDominik Ritter2016-02-261-1/+1
|
* Fix dynamic coloring of VCS segmentDominik Ritter2016-02-181-8/+8
| | | | | | The VCS segment had a lot of own color definitions. Now they are all gone, so that the only color definitions are when the segment gets printed.
* Reflect submodule status in VCS prompty by default.Ben Hilburn2016-02-181-3/+8
|
* Merge pull request #212 from dritter/unit_testingBen Hilburn2016-02-181-0/+3
|\ | | | | Adding Unit Tests, supported by Travis-CI
| * Add documentation for printSizeHumanReadableDominik Ritter2016-02-121-0/+3
| |
* | mention to git_compare_versionSebastien Varrette2016-02-091-1/+1
| | | | | | | | Signed-off-by: Sebastien Varrette <Sebastien.Varrette@uni.lu>
* | correct half-dirty detection -- restrict to untracked filesSebastien Varrette2016-02-091-1/+1
| | | | | | | | Signed-off-by: Sebastien Varrette <Sebastien.Varrette@uni.lu>
* | dirty check even in subdirsSebastien Varrette2016-02-081-1/+5
| | | | | | | | Signed-off-by: Sebastien Varrette <Sebastien.Varrette@uni.lu>
* | Fix joining segmentsDominik Ritter2016-02-061-2/+2
|/
* Merging @theminor's changes from PR #204Ben Hilburn2016-02-051-1/+3
|\
| * Add VCS_WORKDIR_HALF_DIRTY vrbl for unstaged filestheminor2016-01-271-1/+3
| |
* | Merge branch 'master' into nextBen Hilburn2016-02-051-0/+3
|\ \
| * | More space for the Beanstalk-Icon.Dominik Ritter2016-01-231-3/+3
| | |
| * | Adding command prompt for AWS Elastic Beanstalk environment name.James Bowman2016-01-231-0/+3
| |/
* | Merge pull request #181 from dritter/split_up_ram_segmentBen Hilburn2016-02-051-1/+3
|\ \ | | | | | | Split up `ram` segment into `ram` and `swap`.
| * | Split up `ram` segment into `ram` and `swap`.Dominik Ritter2016-01-231-1/+3
| |/
* | Joining conditional segments now work as expected. If between the lastDominik Ritter2016-01-231-0/+49
| | | | | | | | | | | | printed segment is a full but conditional segment, the joined one gets promoted. This fixes #186
* | Use explicit word splitting. No need to set SH_WORD_SPLITDominik Ritter2016-01-231-4/+4
|/
* added space to end of RVM iconrjorgenson2016-01-171-2/+2
|
* Add sub folder icon when in home subdirectoriesKayant2016-01-161-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.
* [FIX] RUBY_ICON should be $'\UF219'MrTuxHdb2016-01-151-1/+1
|
* Removed whitespace before git tag.Dominik Ritter2016-01-081-1/+1
|
* Added the "visual identifier" concept to the `vcs` segment.Dominik Ritter2015-12-182-4/+10
|
* Some icons are visual identifiers now, so they shouldn't control theDominik Ritter2015-12-151-6/+6
| | | | margin to the text (which is whitespace).
* Removed unecessary variable.Dominik Ritter2015-12-151-2/+1
|
* Added a folder icon for "awesome-fontconfig" mode. Thx to @tritloDominik Ritter2015-11-281-1/+1
|
* In Awesome-Mode either print a home-icon or a folder icon, depending in ↵Dominik Ritter2015-11-281-0/+3
| | | | which directory the user is.