Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Moving `HDD_ICON` definition to consistent spot. | Ben Hilburn | 2017-01-21 | 1 | -1/+2 | |
| | | | ||||||
| * | | Add anion155's HDD segment | Mikhaylov Anton | 2017-01-21 | 1 | -0/+2 | |
| | | | ||||||
* | | | Merge branch 'master' into next | Ben Hilburn | 2017-01-21 | 1 | -4/+4 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | vcs icons: fixing branch spacing and remote icon in fontawesome | Ben Hilburn | 2017-01-21 | 1 | -4/+4 | |
| | | | ||||||
* | | | Merge branch 'master' into next | Ben Hilburn | 2017-01-21 | 1 | -1/+1 | |
|\| | | ||||||
| * | | same deal for the "FAIL_ICON"! | Ben Hilburn | 2017-01-21 | 1 | -1/+1 | |
| | | | ||||||
* | | | Merge branch 'master' into next | Ben Hilburn | 2017-01-21 | 1 | -1/+1 | |
|\| | | ||||||
| * | | fixing the "OK_ICON" in 'awesome-fontconfig' which somehow got broken | Ben Hilburn | 2017-01-21 | 1 | -1/+1 | |
| | | | ||||||
* | | | reverted trailing space edit | rjorgenson | 2016-12-31 | 1 | -1/+1 | |
| | | | ||||||
* | | | added public IP segment for review/discussion | rjorgenson | 2016-12-31 | 1 | -1/+4 | |
| | | | ||||||
* | | | Merge pull request #360 from davidmpaz/icon_by_repo | Ben Hilburn | 2016-12-21 | 2 | -3/+23 | |
|\ \ \ | |_|/ |/| | | Display different icons depending on remote type in VCS segment. | |||||
| * | | Assign git service icon depending on repo origin | David Paz | 2016-12-15 | 1 | -1/+12 | |
| | | | | | | | | | | | | | | | | | | Check git origin url to search for well know services. Return proper icon if service found, if not return "git" icon from font-awesome icon set | |||||
| * | | Add service icon definition on Powerline-Patched Fonts | David Paz | 2016-12-15 | 1 | -1/+4 | |
| | | | | | | | | | | | | Add configuration for service icons in section "Powerline-Patched Font". | |||||
| * | | Add service icon definition on fa-regular | David Paz | 2016-12-15 | 1 | -1/+4 | |
| | | | | | | | | | | | | Add configuration for icons on section 'awesome-fontconfig'. | |||||
| * | | Add service icon definition for fa-patched | David Paz | 2016-12-15 | 1 | -0/+3 | |
| |/ | | | | | | | | | Add configuration for icon definitions on 'flat'|'awesome-patched' section. | |||||
* | | Merge pull request #347 from thomaspaulmann/swift | Ben Hilburn | 2016-12-06 | 1 | -0/+3 | |
|\ \ | | | | | | | Add prompt for current installed swift version | |||||
| * | | Add prompt for current installed swift version | Thomas Paul Mann | 2016-12-01 | 1 | -0/+3 | |
| |/ | ||||||
* | | Merge branch 'master' into next | Ben Hilburn | 2016-10-27 | 1 | -1/+3 | |
|\| | ||||||
| * | 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 branch 'master' into next | Ben Hilburn | 2016-10-26 | 2 | -91/+91 | |
|\| | | ||||||
| * | | 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. | |||||
* / | bugfix: typo in "POWERLEVEL9K" broke the VCS tag display | Ben Hilburn | 2016-09-26 | 1 | -1/+1 | |
|/ | ||||||
* | 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 | |
| | |