| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | prefix all `source` calls with `builtin` | Roman Perepelitsa | 2020-07-04 | 2 | -14/+14 |
|/ |
|
* | 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 |
* | 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 |
* | 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 |
* | respect POWERLEVEL9K_PROMPT_CHAR_ERROR_VIINS_CONTENT_EXPANSION in simple tran... | Roman Perepelitsa | 2020-06-14 | 1 | -6/+15 |
* | no need to call `zle -R` when using z4h | Roman Perepelitsa | 2020-06-13 | 1 | -2/+2 |
* | add an icon and asdf colors for julia; see #817 | Roman Perepelitsa | 2020-06-12 | 2 | -1/+7 |
* | 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 |
* | fix a typo in remote-git-url => icon conversion (bitbucket was shows as githu... | Roman Perepelitsa | 2020-06-09 | 1 | -8/+3 |
* | don't start gitstatusd from instant prompt if there is no git command | Roman Perepelitsa | 2020-06-09 | 1 | -1/+2 |
* | remove git from POWERLEVEL9K_VCS_BACKENDS if there is no git command | Roman Perepelitsa | 2020-06-09 | 1 | -4/+3 |
* | don't initialize vcs if there is no git command | Roman Perepelitsa | 2020-06-09 | 1 | -1/+9 |
* | default to POWERLEVEL9K_MODE=ascii if there is no UTF-8 locale | Roman Perepelitsa | 2020-06-06 | 1 | -0/+1 |
* | remove spurious error messages from _p9k_worker_stop | Roman Perepelitsa | 2020-06-03 | 1 | -2/+4 |
* | make todo segment work if todo-cli is installed from apt; see #785 | Roman Perepelitsa | 2020-06-02 | 1 | -13/+16 |
* | jump straight to ascii if TERM is "dump" or "linux"v1.11.0 | Roman Perepelitsa | 2020-05-31 | 1 | -1/+1 |
* | ignore POWERLEVEL9K_GITSTATUS_DIR when deciding whether to auto-trigger the w... | Roman Perepelitsa | 2020-05-31 | 1 | -1/+1 |
* | speed up pasting in terminals without bracketed paste; see #568 | Roman Perepelitsa | 2020-05-29 | 1 | -2/+59 |
* | add __p9k_root_dir and GITSTATUS_AUTO_INSTALL to param_pat | Roman Perepelitsa | 2020-05-29 | 1 | -5/+5 |
* | more conservative instant prompt activation and cleanup on premature shell ex... | romkatv | 2020-05-28 | 1 | -22/+32 |
* | avoid spurious error (even if harmless and invisible) on worker cleanup | romkatv | 2020-05-26 | 1 | -1/+2 |
* | call taskwarrior via `command task` | romkatv | 2020-05-26 | 1 | -4/+4 |
* | bug fix: update taskwarrior when a pending task becomes overdue; see #763 | romkatv | 2020-05-26 | 1 | -1/+16 |
* | remove execute permission from wizard.zsh | romkatv | 2020-05-26 | 1 | -0/+0 |
* | disable instant prompt when gitstatus fails to initialize | romkatv | 2020-05-26 | 1 | -0/+2 |
* | asdf: filter multiple versions the same way as upstream; see #764 | romkatv | 2020-05-25 | 1 | -12/+20 |
* | add P9K_ANACONDA_PYTHON_VERSION | romkatv | 2020-05-25 | 1 | -5/+10 |
* | set P9K_TTY=old in preexecv1.10.0 | romkatv | 2020-05-20 | 1 | -0/+1 |
* | remove instant prompt if it corresponds to a different config | romkatv | 2020-05-20 | 1 | -1/+5 |
* | Revert "close instant prompt descriptors in worker" | romkatv | 2020-05-20 | 1 | -3/+0 |
* | don't hide empty line when invoking zsh immediately after clear | romkatv | 2020-05-19 | 1 | -2/+2 |
* | close instant prompt descriptors in worker | romkatv | 2020-05-19 | 1 | -0/+3 |
* | Merge branch 'master' of github.com:romkatv/powerlevel10k | romkatv | 2020-05-19 | 1 | -1/+1 |
|\ |
|
| * | Fix warning for parameter _p9k__preexec_cmd (#735) | xPMo | 2020-05-19 | 1 | -1/+1 |
* | | block SIGINT in nested p10k calls; allow SIGINT in gitstatus_start | romkatv | 2020-05-19 | 1 | -10/+26 |
|/ |
|
* | don't print instant prompt warning when omz update fails | romkatv | 2020-05-19 | 1 | -1/+2 |
* | bug fix: vcs and vpn_ip weren't respecting hide/show state | romkatv | 2020-05-19 | 1 | -5/+12 |
* | cleanup | romkatv | 2020-05-19 | 1 | -4/+3 |
* | bug fix: properly disable instant prompt when auto-wizard is aborted | romkatv | 2020-05-19 | 1 | -3/+5 |
* | fix gcloud for the case when there are multiple configurations | romkatv | 2020-05-18 | 1 | -2/+2 |
* | add POWERLEVEL9K_VIRTUALENV_SHOW_WITH_PYENV | romkatv | 2020-05-18 | 1 | -2/+7 |
* | notes | romkatv | 2020-05-18 | 1 | -0/+9 |