Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add more info about the resizing bug and patch | Roman Perepelitsa | 2020-07-29 | 1 | -12/+19 |
| | |||||
* | reduce the default value of POWERLEVEL9K_VCS_MAX_SYNC_LATENCY_SECONDS to 10ms | Roman Perepelitsa | 2020-07-29 | 1 | -2/+2 |
| | |||||
* | ksh_arrays compatibility | Roman Perepelitsa | 2020-07-23 | 1 | -1/+1 |
| | |||||
* | Merge commit '15818346bf496c7e5f8cb21b2f273c47d386b7db' | Roman Perepelitsa | 2020-07-20 | 2 | -2/+2 |
|\ | |||||
| * | Squashed 'gitstatus/' changes from 7546f4de..b157d02a | Roman Perepelitsa | 2020-07-20 | 2 | -2/+2 |
| | | | | | | | | | | | | | | b157d02a treat exit code 159 (SIGSYS) from gistatusd as terminal git-subtree-dir: gitstatus git-subtree-split: b157d02a9a89892f228064e06b5a817a24eea9ed | ||||
* | | detect artix linux for the sake of displaying os logo; see #898 | Roman Perepelitsa | 2020-07-19 | 3 | -1/+13 |
| | | |||||
* | | bug fix: infinite loop when cwd doesn't exist; see #900 | Roman Perepelitsa | 2020-07-19 | 1 | -15/+16 |
| | | |||||
* | | Merge commit 'bf2aa14becccd2b55180bc2aeff44d3a6015a580' | Roman Perepelitsa | 2020-07-19 | 2 | -3/+11 |
|\| | |||||
| * | Squashed 'gitstatus/' changes from 89e9ebfd..7546f4de | Roman Perepelitsa | 2020-07-19 | 2 | -3/+11 |
| | | | | | | | | | | | | | | | | 7546f4de return norepo-sync when cwd does not exist 8ccd4d34 comments git-subtree-dir: gitstatus git-subtree-split: 7546f4def34558e44ee660a9970da80f760e99c8 | ||||
* | | allow optional offset in POWERLEVEL9K_DIR_TRUNCATE_BEFORE_MARKER; see #896 | Roman Perepelitsa | 2020-07-18 | 5 | -7/+26 |
| | | |||||
* | | replace NETWORK_ICON; the original (U+F877) triggers a bug on macOS; see #895 | Roman Perepelitsa | 2020-07-16 | 2 | -2/+2 |
| | | |||||
* | | don't fetch gitstatusd if there is no git | Roman Perepelitsa | 2020-07-14 | 1 | -12/+16 |
| | | |||||
* | | Merge branch 'master' of github.com:romkatv/powerlevel10k | Roman Perepelitsa | 2020-07-13 | 5 | -4/+7 |
|\ \ | |||||
| * | | Add Instructions to make powerlevel10 work for Guake (#882) | Kamlesh | 2020-07-12 | 1 | -0/+3 |
| | | | | | | | | | Update instructions for the `Guake` terminal | ||||
| * | | Fix POWERLEVEL9K_COMMAND_EXECUTION_TIME_THRESHOLD comments (#880) | Henry Bley-Vroman | 2020-07-11 | 4 | -4/+4 |
| | | | |||||
* | | | start downloading gitstatusd while wizard is running | Roman Perepelitsa | 2020-07-13 | 1 | -1/+10 |
|/ / | |||||
* | | make omz installation command work when executed from weird shells (no ↵ | Roman Perepelitsa | 2020-07-11 | 1 | -28/+28 |
| | | | | | | | | quoting though; that would be too much) | ||||
* | | Merge branch 'ancarpan-terraform-show-default'v1.12.0 | Roman Perepelitsa | 2020-07-04 | 5 | -18/+28 |
|\ \ | |||||
| * | | Merge branch 'terraform-show-default' of ↵ | Roman Perepelitsa | 2020-07-04 | 5 | -1/+11 |
|/| | | | | | | | | | | | https://github.com/ancarpan/powerlevel10k into ancarpan-terraform-show-default | ||||
| * | | Add option to show terraform workspace even if it's default | Andrea Carpani | 2020-07-03 | 5 | -1/+11 |
| | | | |||||
* | | | prefix all `source` calls with `builtin` | Roman Perepelitsa | 2020-07-04 | 3 | -15/+15 |
| | | | |||||
* | | | Merge commit 'ff8654ccd5b4f22710a235e7f715913277612451' | Roman Perepelitsa | 2020-07-04 | 1 | -11/+11 |
|\ \ \ | |/ / |/| / | |/ | |||||
| * | Squashed 'gitstatus/' changes from 0f5402c8..89e9ebfd | Roman Perepelitsa | 2020-07-04 | 1 | -11/+11 |
| | | | | | | | | | | | | | | 89e9ebfd survive zsh environments where `source` is a broken function git-subtree-dir: gitstatus git-subtree-split: 89e9ebfd59f5ddfea4d97ae1e510273415a57a51 | ||||
* | | add `CMB*` to battery directory patterns; see #858 | Roman Perepelitsa | 2020-07-02 | 1 | -2/+2 |
| | | |||||
* | | replace NETWORK_ICON | Roman Perepelitsa | 2020-07-02 | 2 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | The original icon (U+FBF1) is in fact a ligature. Some terminals do funky things when displaying it. For example: print '\uFBF1 42 abc' When executed in a VTE-based terminal with Nerd Fonts, it'll print this: 42 X abc Here X stands for the glyph that Nerd Fonts uses for U+FBF1. | ||||
* | | disable background transparency in iTerm2 | Roman Perepelitsa | 2020-06-28 | 1 | -13/+14 |
| | | |||||
* | | suppress the expected error message from PlistBuddy | Roman Perepelitsa | 2020-06-28 | 1 | -1/+1 |
| | | |||||
* | | fix `fvm` styling that has been broken by the last commit; fixes #645 | Roman Perepelitsa | 2020-06-25 | 1 | -2/+2 |
| | | |||||
* | | make `fvm` segment work with fvm >= 1.0.0; see #842 | Roman Perepelitsa | 2020-06-25 | 1 | -5/+23 |
| | | |||||
* | | Merge commit 'eadfdba7073e625562ae02841608ea37a46e0120' | Roman Perepelitsa | 2020-06-22 | 1 | -1/+1 |
|\| | |||||
| * | Squashed 'gitstatus/' changes from 0d23fbd1..0f5402c8 | Roman Perepelitsa | 2020-06-22 | 1 | -1/+1 |
| | | | | | | | | | | | | | | 0f5402c8 bug fix: properly propagate switches to gitstatusd git-subtree-dir: gitstatus git-subtree-split: 0f5402c8686a593cd21b95ade28a154dd51749bb | ||||
* | | Fix typo in config comment. (#836) | mundry | 2020-06-21 | 3 | -3/+3 |
| | | | | | | Co-authored-by: mundry <mundry@users.noreply.github.com> | ||||
* | | Add font configuration instructions for Terminator. (#835) | mundry | 2020-06-21 | 1 | -0/+3 |
| | | | | | | Co-authored-by: mundry <mundry@users.noreply.github.com> | ||||
* | | survive files with windows EOL (on linux, yes; people do that); see #827 | Roman Perepelitsa | 2020-06-16 | 1 | -3/+6 |
| | | |||||
* | | notes | Roman Perepelitsa | 2020-06-15 | 1 | -46/+7 |
| | | |||||
* | | speed up pasting in terminals without bracketed paste | Roman Perepelitsa | 2020-06-15 | 1 | -30/+24 |
| | | |||||
* | | Merge commit '0717e57ff46201ff04e7d62cda8677e174a83be6' | Roman Perepelitsa | 2020-06-14 | 4 | -13/+15 |
|\| | |||||
| * | Squashed 'gitstatus/' changes from 1c74c8db..0d23fbd1 | Roman Perepelitsa | 2020-06-14 | 4 | -13/+15 |
| | | | | | | | | | | | | | | | | | | 0d23fbd1 comments 9c19c9c4 fix a typo in install that prevents the locally built gitstatusd from being used 92fd143f doc cleanup git-subtree-dir: gitstatus git-subtree-split: 0d23fbd117ad6afe52fdbd96d08cf38f941be4d3 | ||||
* | | respect POWERLEVEL9K_PROMPT_CHAR_ERROR_VIINS_CONTENT_EXPANSION in simple ↵ | Roman Perepelitsa | 2020-06-14 | 1 | -6/+15 |
| | | | | | | | | transient prompt; see #820 | ||||
* | | no need to call `zle -R` when using z4h | Roman Perepelitsa | 2020-06-13 | 1 | -2/+2 |
| | | |||||
* | | Merge commit 'b0158178925484c058e6175e174b639237532c63' | Roman Perepelitsa | 2020-06-13 | 7 | -47/+58 |
|\| | |||||
| * | Squashed 'gitstatus/' changes from 38d62a47..1c74c8db | Roman Perepelitsa | 2020-06-13 | 7 | -47/+58 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1c74c8db add linux-ppc64le 968779b5 fix tar invocation 300f657c create anonymous tar archives a5581d18 force C locale during build (perl complains) 2616cd47 support downloads to usrbin 1e6075dd enable static linking on linux 2975d25f update libgit2 ref bea6f868 add ppc64le target git-subtree-dir: gitstatus git-subtree-split: 1c74c8db0f422aa6f95ced878351e0c6944a9bd6 | ||||
* | | explicitly mention that POWERLEVEL9K_ASDF_${TOOL}_FOREGROUND overrides ↵ | Roman Perepelitsa | 2020-06-12 | 4 | -0/+5 |
| | | | | | | | | POWERLEVEL9K_ASDF_FOREGROUND; see #817 | ||||
* | | add an icon and asdf colors for julia; see #817 | Roman Perepelitsa | 2020-06-12 | 6 | -1/+28 |
| | | |||||
* | | match terminal escape sequences in instant prompt output more aggressively | Roman Perepelitsa | 2020-06-12 | 1 | -1/+1 |
| | | |||||
* | | tweak omz update pattern; maybe it'll help with #729 | Roman Perepelitsa | 2020-06-11 | 1 | -2/+2 |
| | | |||||
* | | make error message about incorrect powerlevel10k loading visible in more cases | Roman Perepelitsa | 2020-06-11 | 1 | -32/+41 |
| | | |||||
* | | Merge commit 'fa2e337cbdd88ccd297d25fa9847225211801d3e' | Roman Perepelitsa | 2020-06-10 | 1 | -1/+1 |
|\| | |||||
| * | Squashed 'gitstatus/' changes from 3050dfca8..38d62a475 | Roman Perepelitsa | 2020-06-10 | 1 | -1/+1 |
| | | | | | | | | | | | | | | 38d62a475 fix gitstatus on older zsh versions git-subtree-dir: gitstatus git-subtree-split: 38d62a475fadf5f8d418fc772d680ba234ba8609 | ||||
* | | survive people explicitly disabling conda prompt and then expecting to see it | Roman Perepelitsa | 2020-06-09 | 4 | -8/+12 |
| | |