Commit Graph

153 Commits (c71e735c7d0d39374cfe9952598482419eb40f53)

Author SHA1 Message Date
orhanbalci 67dce19024 whitespace fix
orhanbalci c991553fb2 empty rust icon for patched mode
Dominik Ritter 7b2e995299 Fix truncation of changeset in detached tag mode
orhanbalci 72315fdc59 rust icon added
Ben Hilburn a09eda6774 Fixing comments in vi-git
-tagname
Ben Hilburn 0f4e3e7588 git-tagname: Now showing hash/branchname when sitting on a tag
Ben Hilburn 6fde7bf3fd git-tagname: reducing conditionals in logic
Ben Hilburn 3ee1f419c7 Merge branch 'next' of https://github.com/nmaggioni/powerlevel9k into nmaggioni-next
Niccolò Maggioni 14e213bd68
Weird conditions handling
Become a programmer, they said. It'll be fun, they said.
Niccolò Maggioni ce16b087c6
Avoid tag/branch duplication if same value
Ben Hilburn aec9d95295 Merge pull request from alexlafroscia/add-package-name-shortening-strategy
Add shortening strategy based on package.json name
Niccolò Maggioni 1ab41d9a6c
Better DETACHED_HEAD detection
Niccolò Maggioni 4fdf5df258
Documentation
Alex LaFroscia 4ca6938801 Apply max dir length to package name shortener
Niccolò Maggioni 89fefbdf6e
DETACHED_HEAD handling
Niccolò Maggioni b46a96a7ce
Git tag not replacing branch
sabricot 3c95feb0bd Add a docker machine segment
Dominik Ritter cb5d33affb Fix untracked state of the vcs segment
Dominik Ritter a1ef6548d5 Fix dynamic coloring of VCS segment
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.
Ben Hilburn 94c87a4d23 Reflect submodule status in VCS prompty by default.
Ben Hilburn 64d81a2b36 Merge pull request from dritter/unit_testing
Adding Unit Tests, supported  by Travis-CI
Dominik Ritter d7a0f49391 Add documentation for printSizeHumanReadable
Sebastien Varrette 52982e3f63 mention to git_compare_version
Signed-off-by: Sebastien Varrette <Sebastien.Varrette@uni.lu>
Sebastien Varrette 0fd9d277f9 correct half-dirty detection -- restrict to untracked files
Signed-off-by: Sebastien Varrette <Sebastien.Varrette@uni.lu>
Sebastien Varrette 56bc1b3f47 dirty check even in subdirs
Signed-off-by: Sebastien Varrette <Sebastien.Varrette@uni.lu>
Dominik Ritter e9da3d5146 Fix joining segments
Ben Hilburn 4bbff138fb Merging @theminor's changes from PR
Ben Hilburn 4897c795fa Merge branch 'master' into next
Ben Hilburn 25bf6d60a0 Merge pull request from dritter/split_up_ram_segment
Split up `ram` segment into `ram` and `swap`.
theminor 3b7dfff7ea Add VCS_WORKDIR_HALF_DIRTY vrbl for unstaged files
Dominik Ritter 15665a4f95 Joining conditional segments now work as expected. If between the last
printed segment is a full but conditional segment, the joined one gets
promoted.
This fixes 
Dominik Ritter ed28b8d26f Use explicit word splitting. No need to set SH_WORD_SPLIT
Dominik Ritter 6763826c4e More space for the Beanstalk-Icon.
James Bowman af119c9406 Adding command prompt for AWS Elastic Beanstalk environment name.
Dominik Ritter 6aadf76397 Split up `ram` segment into `ram` and `swap`.
rjorgenson f1486620e7 added space to end of RVM icon
Kayant cf921fb90c Add sub folder icon when in home subdirectories
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.
MrTuxHdb a97fa07cc5 [FIX] RUBY_ICON should be $'\UF219'
Dominik Ritter b9cb32f4a7 Removed whitespace before git tag.
Dominik Ritter ac4502ca1f Added the "visual identifier" concept to the `vcs` segment.
Dominik Ritter 46aafc797a Some icons are visual identifiers now, so they shouldn't control the
margin to the text (which is whitespace).
Dominik Ritter 7151036198 Removed unecessary variable.
Dominik Ritter a09a4b8dd5 Added a folder icon for "awesome-fontconfig" mode. Thx to @tritlo
Dominik Ritter c10bac90ba In Awesome-Mode either print a home-icon or a folder icon, depending in which directory the user is.
Matthías Páll Gissurarson 231cfda809 added icon to be able to set the end of the prompt explicitly
Dominik Ritter f9957ca559 Used typeset to define the local array. This does the trick on linux.
Dominik Ritter ce7b99cdaf Added a mechanism to make deprecated segments visible to the user.
Dominik Ritter 0fa635275c Extracted color functions to a separate file.
Dominik Ritter 2b8cb5b9a4 Extracted VCS-hooks into a separate file.
Dominik Ritter d6584e13da Extracted icons into a separate file.
Dominik Ritter fbd1b99bab Renamed "power-utilities.zsh" to just "utilities.zsh".
Dominik Ritter 23f86afeb3 Merge branch 'next' into color_detection
Dominik Ritter 5addfdc9e0 Moved utility-functions to "functions/power-utilities.zsh".