Commit Graph

4226 Commits (4d7925c983c923e83f3f87ab6da5a279d6a8173c)
 

Author SHA1 Message Date
romkatv 936b0d6dea Merge commit 'ee44f9e112a71ef6fa5aacdf65a43862a5a89279' 4 years ago
romkatv c713ded9e7 set P9K_TTY=old in preexec 4 years ago
romkatv 499de79a2b remove instant prompt if it corresponds to a different config 4 years ago
romkatv 8cfe934f15 Squashed 'gitstatus/' changes from 78a2ec25..063ed450
063ed450 Revert "close p10k instant prompt descriptors in daemon"

git-subtree-dir: gitstatus
git-subtree-split: 063ed45083386c98ab4d10f08794bec2a0c534d1
4 years ago
romkatv fb0dc597fa Merge commit '8cfe934f157a69976f55a796b65d4ed0a0344719' 4 years ago
romkatv 519de2c569 Revert "close instant prompt descriptors in worker"
This reverts commit 646a826440.
4 years ago
romkatv 8e86b0c8d4 don't hide empty line when invoking zsh immediately after clear 4 years ago
romkatv 00cfdb48a8 Squashed 'gitstatus/' changes from c99d28aa..78a2ec25
78a2ec25 close p10k instant prompt descriptors in daemon

git-subtree-dir: gitstatus
git-subtree-split: 78a2ec251e99ffa48ea10bbb48ab54ba6401701c
4 years ago
romkatv 072fc38ebe Merge commit '00cfdb48a8c74150814792e4deccff2a1ce91ad0' 4 years ago
romkatv 646a826440 close instant prompt descriptors in worker 4 years ago
romkatv fb9bc2d3f5 Merge branch 'master' of github.com:romkatv/powerlevel10k 4 years ago
romkatv f3ae4032c1 Squashed 'gitstatus/' changes from 4c1b9564..c99d28aa
c99d28aa block SIGINT in zle callback when being used from p10k
f52fd5b5 wrap most of gitstatus_start code in `{..} always {...}` to handle SIGINT properly
e4e88a5a mention that gitstatus can be cloned from gitee.com

git-subtree-dir: gitstatus
git-subtree-split: c99d28aa6be9db6f78c99c3f56626f2afcc3a466
4 years ago
romkatv 1e2a0cc34a Merge commit 'f3ae4032c1923404afc9fd8b6af2bf28bc406d61' 4 years ago
xPMo debacbf530
Fix warning for parameter _p9k__preexec_cmd (#735)
With `setopt warn_create_global`, I get this warning:

    _p9k_preexec2:1: scalar parameter _p9k__preexec_cmd created globally in function _p9k_preexec2
4 years ago
romkatv e3beeea0ae block SIGINT in nested p10k calls; allow SIGINT in gitstatus_start 4 years ago
romkatv c0ff47bea5 don't print instant prompt warning when omz update fails 4 years ago
romkatv be5c067125 bug fix: vcs and vpn_ip weren't respecting hide/show state 4 years ago
romkatv 5d1bfe8ed7 cleanup 4 years ago
romkatv 5e932c225e bug fix: properly disable instant prompt when auto-wizard is aborted 4 years ago
romkatv c0091537a9 fix gcloud for the case when there are multiple configurations
Fixes #731
4 years ago
romkatv 6998d06a91 pyenv: display python version alongside environment name if unequal
See #730.
4 years ago
romkatv f96c1eb5e5 add POWERLEVEL9K_VIRTUALENV_SHOW_WITH_PYENV=false to config templates
See #730.
4 years ago
romkatv 00d2cc7237 add POWERLEVEL9K_VIRTUALENV_SHOW_WITH_PYENV 4 years ago
romkatv fdac99c57c notes 4 years ago
romkatv 48c6ff4701 expand dir color faq 4 years ago
romkatv 6c83ace41c uncomment POWERLEVEL9K_DIR_BACKGROUND 4 years ago
romkatv b62a164998 add chinese translation for the reference to gitee.com
See #124.

Thanks, @ayalhw.
4 years ago
romkatv af0b387182 mention that powerlevel10k can be cloned from gitee.com; see #124 4 years ago
romkatv ff18dbaf74 Squashed 'gitstatus/' changes from caf5bfd3..4c1b9564
4c1b9564 Merge pull request #128 from carlosedp/arch
1d2816f2 Add support to build on ppc64le and riscv64 archs
5614639c update version in packaging instructions
d728a1da add homebrew installation instructions; fixed #118

git-subtree-dir: gitstatus
git-subtree-split: 4c1b95643bc78dfe8e4d9566823b72881637c2ef
4 years ago
romkatv bf0255931b Merge commit 'ff18dbaf74beb38f9e0721558f2c66552b5862a4' 4 years ago
romkatv 9f33d6567b work around bugs in zsh that break vim shell; see #717 4 years ago
romkatv d9b90027ba disable tty echo for the whole duration of wizard 4 years ago
romkatv 2841cecaa9 fix ask_python screen in the wizard 4 years ago
romkatv 3ddb8025d5 fix POWERLEVEL9K_VCS_DISABLED_WORKDIR_PATTERN example 4 years ago
romkatv accbe293cb wizard: print a message when aborted with ctrl-c 4 years ago
romkatv 574754eaf6 abort instant prompt if wizard needs to run on startup 4 years ago
romkatv 7e6abbb891 maintain _p9k_dumped_instant_prompt_sigs invariant 4 years ago
romkatv 6f5e834b8e update version in packaging instructions 4 years ago
romkatv 46c76dd707 Squashed 'gitstatus/' changes from 1a80249d..caf5bfd3
caf5bfd3 update build instructions
8bbfd153 update build instructions

git-subtree-dir: gitstatus
git-subtree-split: caf5bfd3d4b6099aeed13604936976e610a08e18
4 years ago
romkatv 1f8bd78e3a Merge commit '46c76dd7071bedab192aa65756ba09024e29da0c' 4 years ago
romkatv d0f6cd0b50 update build instructions 4 years ago
romkatv a6009c74a9 Squashed 'gitstatus/' changes from f81313e2..1a80249d
1a80249d build: verify libgit2 tarball sha256
74c3d56f bash: call mktemp only once and avoid `mktemp -u`
b139dec4 install: use mktemp if available
9f594d24 bash: block SIGQUIT and SIGTSTP in daemon
73f47ea3 add sha256 verification for downloaded gitstatusd; enable gitee mirror

git-subtree-dir: gitstatus
git-subtree-split: 1a80249d2b6a53fd076ae846f8fcc501183ca5a5
4 years ago
romkatv e7f0bac67d Merge commit 'a6009c74a92f1c01d725364635aa38eba67bc15a' 4 years ago
romkatv d23b2c3792 Squashed 'gitstatus/' changes from 901c366b..f81313e2
f81313e2 move gitee disable higher
8cfb83f3 print [ok] after download when stderr is not tty
d185a2ab disable gitee mirror until there is sha256 verification in place
fb88a401 show progress when downloading gitstatusd
ae988158 add a mirror for gitstatusd release files
c673d327 disable aliases before calling zcompile

git-subtree-dir: gitstatus
git-subtree-split: f81313e27271ee1fb3fd22b8e72382e9516776ef
4 years ago
romkatv 71f5f42997 Merge commit 'd23b2c3792712662408c332a52547dc903cc5c43' 4 years ago
romkatv 16b44fd9da add `p10k clear-instant-prompt`; disable instant prompt when gitstatus is likely to download a new binary 4 years ago
romkatv d075b5a5cb disable aliases before calling zcompile 4 years ago
romkatv bda74564e3 Squashed 'gitstatus/' changes from d3bc3e34..901c366b
901c366b survive `cd` being a function that fails instead of doing its job; see #123

git-subtree-dir: gitstatus
git-subtree-split: 901c366b8ecb736e579784b132442ee51bcb0840
4 years ago
romkatv f43d8b9e0e Merge commit 'bda74564e3b1b9bbaa77f840215f7d99d0b77ed8' 4 years ago
romkatv 1db7094966 Squashed 'gitstatus/' changes from cd5673b4..d3bc3e34
d3bc3e34 work around bugs in curl on cygwin; see #706
61a67c66 print error message from curl/wget before the summary

git-subtree-dir: gitstatus
git-subtree-split: d3bc3e346cc71ee1a29d0c4316449feb3dcb3116
4 years ago