Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | | |||||
* | | | | change gitstatus protocol | romkatv | 2019-03-01 | 1 | -85/+35 |
| | | | | |||||
* | | | | change gitstatus protocol to something more suitable for daemon | romkatv | 2019-03-01 | 1 | -37/+52 |
| | | | | |||||
* | | | | move default prompt definitions to the top | romkatv | 2019-02-28 | 1 | -3/+3 |
| | | | | |||||
* | | | | speed up joins; get rid of _p9k_memoize_icon | romkatv | 2019-02-28 | 1 | -85/+55 |
| | | | | |||||
* | | | | speed up the cache-miss branch of {left,right}_prompt_segment | romkatv | 2019-02-28 | 1 | -236/+259 |
| | | | | |||||
* | | | | add dir-writable indicator to the dir prompt key | romkatv | 2019-02-28 | 1 | -0/+1 |
| | | | | |||||
* | | | | update POWERLEVEL9K_VCS_STATUS_COMMAND example | romkatv | 2019-02-28 | 1 | -1/+1 |
| | | | | |||||
* | | | | remove junk line | romkatv | 2019-02-28 | 1 | -1/+0 |
| | | | | |||||
* | | | | fix cache_key in vcs | romkatv | 2019-02-27 | 1 | -4/+3 |
| | | | | |||||
* | | | | speed up the cache-miss branch of prompt_vcs | romkatv | 2019-02-27 | 1 | -16/+32 |
| | | | | |||||
* | | | | add alternative vcs mode that doesn't use vcs_info | romkatv | 2019-02-27 | 1 | -16/+115 |
| | | | | |||||
* | | | | speed up by using globals instead of stdout and by caching basic prompt elements | romkatv | 2019-02-25 | 1 | -53/+61 |
| | | | | |||||
* | | | | bug fix: add current background to the cache key in {right,left}_prompt_segment | romkatv | 2019-02-25 | 1 | -2/+2 |
| | | | | |||||
* | | | | add caching to speed up prompt generation | romkatv | 2019-02-24 | 1 | -392/+498 |
|/ / / | |||||
* | | | Merge pull request #1149 from dritter/HaoZeke-fix-RVM | Dominik Ritter | 2019-02-09 | 1 | -3/+5 |
|\ \ \ | |_|/ |/| | | Fix RVM | ||||
| * | | rvm: Use @natemccurdy review suggestions | HaoZeke | 2019-01-25 | 1 | -3/+5 |
| | | | |||||
| * | | rvm: Only show version and patchset | HaoZeke | 2019-01-25 | 1 | -1/+1 |
| | | | |||||
| * | | Revert "Huge performance improvement if you use `rvm` segment." | HaoZeke | 2019-01-25 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | This reverts commit 643555a30c9576838157e04d45632080472e1b8b. This does allow rvm to be detected even without using the depreciated gemset settings. | ||||
* | | | Merge pull request #1151 from Wuestengecko/bugfix-1150 | Dominik Ritter | 2019-02-02 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | [Bugfix] Only abbreviate $HOME at the beginning of cwd |