Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #333 from eviltak/dir-truncate-right-with-delim-len | Ben Hilburn | 2016-10-27 | 1 | -1/+3 |
|\ | | | | | Consider delimiter length while right truncating directories | ||||
| * | Consider delimiter length in dir truncate right | Arav Singhal | 2016-10-27 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | | | | | | | | Truncating the path from the right now takes in account the delimiter length, so that directories with names shorter than truncated name + delimiter are displayed properly. For example, if SHORTEN_DIR_LENGTH is 4 and the delimiter is "..", "../tests/.." and "../custom/.." are not incorrectly "truncated" to "../test../.." and "../cust../..", both of which are longer or the same length as the original. | ||||
* | | Merge pull request #326 from mtraynham/fix_svn_detect_changes | Ben Hilburn | 2016-10-26 | 1 | -1/+1 |
|\ \ | | | | | | | Fix '+vi-svn-detect-changes:local:1: not valid in this context' | ||||
| * | | Fix '+vi-svn-detect-changes:local:1: not valid in this context' | Matt Traynham | 2016-10-19 | 1 | -1/+1 |
| |/ | |||||
* / | Changed \u and \U to reflect number of hex digits to follow | bsidhipong | 2016-10-17 | 1 | -90/+90 |
|/ | | | | | | Some unicode icon strings were set with \uHHHHH which showed the wrong characters on some implementations of zsh (linux and macOS). Changed \uHHHHH to \UHHHHH and conversely changed \UHHHH to \uHHHH. | ||||
* | Improved speed of `prompt_vcs` by 50%-66%. | Ben Hilburn | 2016-08-31 | 1 | -1/+15 |
| | |||||
* | vcs: adding detection of unstaged / staged for svn repos | Ben Hilburn | 2016-08-31 | 2 | -6/+13 |
| | |||||
* | fixed svn-detect-changes().. the svn prompt has now the same behaviour as ↵ | Christian Rebischke | 2016-08-31 | 1 | -4/+4 |
| | | | | the git prompt.. | ||||
* | swapped half and full dirty in svn-detect-changes | Christian Rebischke | 2016-08-31 | 1 | -2/+2 |
| | |||||
* | added vi-svn-detect-changes() in functions/vcs.zsh | Christian Rebischke | 2016-08-31 | 1 | -0/+14 |
| | |||||
* | Merging ability to hide tags from VCS segment. | Ben Hilburn | 2016-07-13 | 1 | -21/+22 |
| | |||||
* | Merge branch 'next' of https://github.com/Xetius/powerlevel9k into ↵ | Ben Hilburn | 2016-07-13 | 1 | -18/+20 |
|\ | | | | | | | xetius-vcs-hide-tags | ||||
| * | Added POWERLEVEL9K_VCS_HIDE_TAGS variable to control displaying of vcs tags ↵ | Chris Hudson | 2016-07-08 | 1 | -18/+20 |
| | | | | | | | | in segment | ||||
* | | Changed python icon to snake | Marin Gilles | 2016-06-23 | 1 | -2/+2 |
|/ | |||||
* | [ADD] PYTHON_ICON | Thuan (Duong Tien) | 2016-05-04 | 1 | -3/+6 |
| | |||||
* | Merge pull request #247 from orhanbalci/next | Ben Hilburn | 2016-04-19 | 1 | -0/+3 |
|\ | | | | | rust icon added to rust segment | ||||
| * | whitespace fix | orhanbalci | 2016-04-19 | 1 | -1/+1 |
| | | |||||
| * | empty rust icon for patched mode | orhanbalci | 2016-04-17 | 1 | -0/+1 |
| | | |||||
| * | rust icon added | orhanbalci | 2016-04-16 | 1 | -1/+3 |
| | | |||||
* | | Fix truncation of changeset in detached tag mode | Dominik Ritter | 2016-04-17 | 1 | -1/+1 |
| | | |||||
* | | Fixing comments in vi-git | Ben Hilburn | 2016-04-12 | 1 | -5/+6 |
| | | | | | | | | -tagname | ||||
* | | git-tagname: Now showing hash/branchname when sitting on a tag | Ben Hilburn | 2016-04-12 | 1 | -9/+8 |
| | | |||||
* | | git-tagname: reducing conditionals in logic | Ben Hilburn | 2016-04-12 | 1 | -1/+4 |
| | | |||||
* | | Merge branch 'next' of https://github.com/nmaggioni/powerlevel9k into ↵ | Ben Hilburn | 2016-04-12 | 1 | -4/+17 |
|\ \ | |/ |/| | | | nmaggioni-next | ||||
| * | Weird conditions handling | Niccolò Maggioni | 2016-04-12 | 1 | -8/+12 |
| | | | | | | | | Become a programmer, they said. It'll be fun, they said. | ||||
| * | Avoid tag/branch duplication if same value | Niccolò Maggioni | 2016-04-11 | 1 | -2/+6 |
| | | |||||
| * | Better DETACHED_HEAD detection | Niccolò Maggioni | 2016-03-25 | 1 | -1/+1 |
| | | |||||
| * | Documentation | Niccolò Maggioni | 2016-03-22 | 1 | -0/+3 |
| | | |||||
| * | DETACHED_HEAD handling | Niccolò Maggioni | 2016-03-22 | 1 | -0/+2 |
| | | |||||
| * | Git tag not replacing branch | Niccolò Maggioni | 2016-03-22 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #229 from alexlafroscia/add-package-name-shortening-strategy | Ben Hilburn | 2016-04-11 | 1 | -0/+6 |
|\ \ | |/ |/| | Add shortening strategy based on package.json name | ||||
| * | Apply max dir length to package name shortener | Alex LaFroscia | 2016-03-22 | 1 | -0/+6 |
| | | |||||
* | | Add a docker machine segment | sabricot | 2016-03-06 | 1 | -0/+3 |
|/ | |||||
* | Fix untracked state of the vcs segment | Dominik Ritter | 2016-02-26 | 1 | -1/+1 |
| | |||||
* | Fix dynamic coloring of VCS segment | Dominik Ritter | 2016-02-18 | 1 | -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 Hilburn | 2016-02-18 | 1 | -3/+8 |
| | |||||
* | Merge pull request #212 from dritter/unit_testing | Ben Hilburn | 2016-02-18 | 1 | -0/+3 |
|\ | | | | | Adding Unit Tests, supported by Travis-CI | ||||
| * | Add documentation for printSizeHumanReadable | Dominik Ritter | 2016-02-12 | 1 | -0/+3 |
| | | |||||
* | | mention to git_compare_version | Sebastien Varrette | 2016-02-09 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Sebastien Varrette <Sebastien.Varrette@uni.lu> | ||||
* | | correct half-dirty detection -- restrict to untracked files | Sebastien Varrette | 2016-02-09 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Sebastien Varrette <Sebastien.Varrette@uni.lu> | ||||
* | | dirty check even in subdirs | Sebastien Varrette | 2016-02-08 | 1 | -1/+5 |
| | | | | | | | | Signed-off-by: Sebastien Varrette <Sebastien.Varrette@uni.lu> | ||||
* | | Fix joining segments | Dominik Ritter | 2016-02-06 | 1 | -2/+2 |
|/ | |||||
* | Merging @theminor's changes from PR #204 | Ben Hilburn | 2016-02-05 | 1 | -1/+3 |
|\ | |||||
| * | Add VCS_WORKDIR_HALF_DIRTY vrbl for unstaged files | theminor | 2016-01-27 | 1 | -1/+3 |
| | | |||||
* | | Merge branch 'master' into next | Ben Hilburn | 2016-02-05 | 1 | -0/+3 |
|\ \ | |||||
| * | | More space for the Beanstalk-Icon. | Dominik Ritter | 2016-01-23 | 1 | -3/+3 |
| | | | |||||
| * | | Adding command prompt for AWS Elastic Beanstalk environment name. | James Bowman | 2016-01-23 | 1 | -0/+3 |
| |/ | |||||
* | | Merge pull request #181 from dritter/split_up_ram_segment | Ben Hilburn | 2016-02-05 | 1 | -1/+3 |
|\ \ | | | | | | | Split up `ram` segment into `ram` and `swap`. | ||||
| * | | Split up `ram` segment into `ram` and `swap`. | Dominik Ritter | 2016-01-23 | 1 | -1/+3 |
| |/ | |||||
* | | Joining conditional segments now work as expected. If between the last | Dominik Ritter | 2016-01-23 | 1 | -0/+49 |
| | | | | | | | | | | | | printed segment is a full but conditional segment, the joined one gets promoted. This fixes #186 |