Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Merge branch 'master' of github.com:romkatv/powerlevel10k | romkatv | 2019-03-14 | 1 | -0/+1 | |
|\ | ||||||
| * | another shot in the dark | Roman Perepelitsa | 2019-03-14 | 1 | -0/+1 | |
| | | ||||||
| * | fix prompt_virtualenv | Roman Perepelitsa | 2019-03-14 | 1 | -1/+1 | |
| | | ||||||
* | | support tags and revisions in gitstatus-powered vcs segment; respect vcs hooks | romkatv | 2019-03-14 | 1 | -35/+65 | |
|/ | ||||||
* | shot in the dark | romkatv | 2019-03-14 | 1 | -3/+2 | |
| | ||||||
* | fix linux distro icons | romkatv | 2019-03-14 | 1 | -2/+1 | |
| | ||||||
* | fix background_jobs; the segment now refreshes when jobs complete | romkatv | 2019-03-14 | 1 | -29/+70 | |
| | ||||||
* | fix POWERLEVEL9K_SHORTEN_DELIMITER | romkatv | 2019-03-14 | 1 | -1/+1 | |
| | ||||||
* | suppress "no such command: tput" on startup | romkatv | 2019-03-14 | 1 | -1/+1 | |
| | ||||||
* | bail out when the theme is being sourced second time | romkatv | 2019-03-14 | 1 | -0/+5 | |
| | ||||||
* | better init | romkatv | 2019-03-13 | 1 | -7/+7 | |
| | ||||||
* | count suspended jobs too | romkatv | 2019-03-13 | 1 | -1/+1 | |
| | ||||||
* | speed up prompt scaffolding | romkatv | 2019-03-13 | 1 | -40/+44 | |
| | ||||||
* | fix vim_mode segment | romkatv | 2019-03-13 | 1 | -27/+48 | |
| | ||||||
* | don't read configuration options until the first precmd; plus massive ↵ | romkatv | 2019-03-13 | 1 | -357/+326 | |
| | | | | refactoring and cleanup | |||||
* | honor POWERLEVEL9K_MAX_CACHE_SIZE | romkatv | 2019-03-12 | 1 | -0/+1 | |
| | ||||||
* | speed up time, date and custom prompts. saves 2.5ms overall | romkatv | 2019-03-12 | 1 | -12/+23 | |
| | ||||||
* | add POWERLEVEL9K_EXPERIMENTAL_TIME_REALTIME | romkatv | 2019-03-11 | 1 | -4/+36 | |
| | ||||||
* | make git-is-slow stickier | romkatv | 2019-03-11 | 1 | -2/+6 | |
| | ||||||
* | fix bugs reported in https://github.com/romkatv/powerlevel10k/issues/9 | romkatv | 2019-03-10 | 1 | -10/+9 | |
| | ||||||
* | do not reset prompt after prompt_powerlevel9k_teardown | romkatv | 2019-03-08 | 1 | -0/+4 | |
| | ||||||
* | simplify and speed up caching | romkatv | 2019-03-08 | 1 | -86/+85 | |
| | ||||||
* | minor opitimization | romkatv | 2019-03-07 | 1 | -3/+4 | |
| | ||||||
* | define POWERLEVEL9K_VCS_MAX_INDEX_SIZE_DIRTY; some cleanup | romkatv | 2019-03-07 | 1 | -6/+7 | |
| | ||||||
* | wip | romkatv | 2019-03-07 | 1 | -165/+268 | |
| | ||||||
* | remove unnecessary caching | romkatv | 2019-03-04 | 1 | -9/+5 | |
| | ||||||
* | space between >>! and the file name | romkatv | 2019-03-04 | 1 | -1/+1 | |
| | ||||||
* | bug fix: support POWERLEVEL9K_STATUS_VERBOSE=false | romkatv | 2019-03-04 | 1 | -0/+2 | |
| | ||||||
* | use mkport in a portable way | romkatv | 2019-03-04 | 1 | -1/+1 | |
| | ||||||
* | make it work when CLOBBER is unset | romkatv | 2019-03-04 | 1 | -1/+1 | |
| | ||||||
* | formatting | romkatv | 2019-03-03 | 1 | -1/+1 | |
| | ||||||
* | do not set POWERLEVEL9K_VCS_STATUS_COMMAND | romkatv | 2019-03-03 | 1 | -5/+5 | |
| | ||||||
* | make it work with zplugin | romkatv | 2019-03-03 | 1 | -4/+4 | |
| | ||||||
* | merge upstream | romkatv | 2019-03-02 | 1 | -34/+15 | |
|\ | ||||||
| * | Backport @wrboyce fix for truncating dir with package name from #1158 | Dominik Ritter | 2019-03-02 | 1 | -0/+2 | |
| | | ||||||
| * | Merge pull request #1126 from Shini31/master | Dominik Ritter | 2019-02-26 | 1 | -34/+13 | |
| |\ | | | | | | | Use ip command for VPN segment - fix #1125 | |||||
| | * | Merge remote-tracking branch 'ben/master' into HEAD | Dominik Ritter | 2019-02-03 | 1 | -10/+12 | |
| | |\ | ||||||
| | * | | Parse IPs properly | Dominik Ritter | 2019-02-03 | 1 | -67/+9 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is done if we want to show a public IP, internal IP, or a VPN. In the VPN case, what we actually want is to display an indicator that a VPN is active, instead of the VPN IP itself. We parse the IP here anyway, because we want to save some specific code there. | |||||
| | * | | Match VPN interface fuzzy on Linux | Dominik Ritter | 2019-01-23 | 1 | -2/+9 | |
| | | | | ||||||
| | * | | Match VPN Interface fuzzy | Dominik Ritter | 2019-01-23 | 1 | -3/+19 | |
| | | | | ||||||
| | * | | Simplify code that checks if a VPN is running | Dominik Ritter | 2019-01-23 | 1 | -10/+5 | |
| | | | | ||||||
| | * | | Improve tests | Dominik Ritter | 2019-01-23 | 1 | -1/+1 | |
| | | | | ||||||
| | * | | Fix regular expression | Dominik Ritter | 2019-01-21 | 1 | -1/+1 | |
| | | | | ||||||
| | * | | Add tests | Dominik Ritter | 2019-01-21 | 1 | -6/+9 | |
| | | | | ||||||
| | * | | Use ip command for VPN segment - fix #1125 | Shini31 | 2018-12-30 | 1 | -10/+26 | |
| | | | | ||||||
* | | | | fix how jobs are counted | romkatv | 2019-03-02 | 1 | -8/+5 | |
| | | | | ||||||
* | | | | remove useless assoc array | romkatv | 2019-03-01 | 1 | -10/+1 | |
| | | | | ||||||
* | | | | remove most things | romkatv | 2019-03-01 | 1 | -89/+66 | |
| | | | | ||||||
* | | | | start forking into powerlevel10k | romkatv | 2019-03-01 | 1 | -8/+7 | |
| | | | | ||||||
* | | | | comment | romkatv | 2019-03-01 | 1 | -0/+2 | |
| | | | |