Commit Graph

973 Commits (2ba618237351c9ab73403b295ace3c0610f1bf50)

Author SHA1 Message Date
Roman Perepelitsa f82d0de0d3 remove spurious error messages from _p9k_worker_stop
Roman Perepelitsa 2b1d0e599c make todo segment work if todo-cli is installed from apt; see
Roman Perepelitsa 801bfbb294 jump straight to ascii if TERM is "dump" or "linux"
Roman Perepelitsa 285bf7ba60 ignore POWERLEVEL9K_GITSTATUS_DIR when deciding whether to auto-trigger the wizard
Roman Perepelitsa a4a71cff9e speed up pasting in terminals without bracketed paste; see
Roman Perepelitsa a3d887cd43 add __p9k_root_dir and GITSTATUS_AUTO_INSTALL to param_pat
romkatv f3fb34dd99 more conservative instant prompt activation and cleanup on premature shell exit; see
romkatv b3875f5193 avoid spurious error (even if harmless and invisible) on worker cleanup
romkatv ad18cd78db call taskwarrior via `command task`
romkatv 4cd2700a85 bug fix: update taskwarrior when a pending task becomes overdue; see
romkatv 7d35c7ebb8 remove execute permission from wizard.zsh
romkatv 2ade5d786b disable instant prompt when gitstatus fails to initialize
romkatv 5e9a4eb072 asdf: filter multiple versions the same way as upstream; see
romkatv 45eeb08fc3 add P9K_ANACONDA_PYTHON_VERSION
romkatv c713ded9e7 set P9K_TTY=old in preexec
romkatv 499de79a2b remove instant prompt if it corresponds to a different config
romkatv 519de2c569 Revert "close instant prompt descriptors in worker"
This reverts commit 646a826440.
romkatv 8e86b0c8d4 don't hide empty line when invoking zsh immediately after clear
romkatv 646a826440 close instant prompt descriptors in worker
romkatv fb9bc2d3f5 Merge branch 'master' of github.com:romkatv/powerlevel10k
xPMo debacbf530
Fix warning for parameter _p9k__preexec_cmd ()
With `setopt warn_create_global`, I get this warning:

    _p9k_preexec2:1: scalar parameter _p9k__preexec_cmd created globally in function _p9k_preexec2
romkatv e3beeea0ae block SIGINT in nested p10k calls; allow SIGINT in gitstatus_start
romkatv c0ff47bea5 don't print instant prompt warning when omz update fails
romkatv be5c067125 bug fix: vcs and vpn_ip weren't respecting hide/show state
romkatv 5d1bfe8ed7 cleanup
romkatv 5e932c225e bug fix: properly disable instant prompt when auto-wizard is aborted
romkatv c0091537a9 fix gcloud for the case when there are multiple configurations
Fixes 
romkatv 00d2cc7237 add POWERLEVEL9K_VIRTUALENV_SHOW_WITH_PYENV
romkatv fdac99c57c notes
romkatv 9f33d6567b work around bugs in zsh that break vim shell; see
romkatv d9b90027ba disable tty echo for the whole duration of wizard
romkatv 2841cecaa9 fix ask_python screen in the wizard
romkatv accbe293cb wizard: print a message when aborted with ctrl-c
romkatv 574754eaf6 abort instant prompt if wizard needs to run on startup
romkatv 7e6abbb891 maintain _p9k_dumped_instant_prompt_sigs invariant
romkatv 16b44fd9da add `p10k clear-instant-prompt`; disable instant prompt when gitstatus is likely to download a new binary
romkatv 9fc454fc08 mangle gitstatus function names
romkatv 317a9896d8 bump version
romkatv a238426d97 bug fix: preserve empty array elements in _p9k_declare (see )
romkatv 22396b86f3 when shortening with truncate_to_unique, never produce just dots for a segment
Roman Perepelitsa 3de6154ee7
notes
romkatv f2cffc978c better `p10k help display`
romkatv ca114f2508 work around more zsh bugs w.r.t. SIGWINCH; see
Olivier MARY 541d573551
Fix _p9k_precmd:trap:17: undefined signal: return ()
Signed-off-by: Olivier MARY <olivier@omary.fr>
romkatv 94bbbc1ca8 ignore cursor shape escape sequence in the output when instant prompt is active
romkatv dc1f023344 work around more zsh bugs w.r.t. local traps
romkatv 9a47e80ff9 dump state after every initialization but never synchronously
romkatv 5d41bf4703 block SIGINT while powerlevel10k is running
romkatv c7efd5badb always dump instant prompt whenever dumping state
romkatv fc1fd9beb5 delete instant prompt cache when config changes while instant prompt is active