Commit Graph

3671 Commits (620e69fef1f1197998810d373f41b6e2a8fa651d)
 

Author SHA1 Message Date
romkatv b305649e53 docs
romkatv 1c39df6280 document how to package powerlevel10k for distribution
romkatv 0acaefe57f Squashed 'gitstatus/' changes from 6b9ba17..32b7b67
32b7b67 silly typo bug dammit!

git-subtree-dir: gitstatus
git-subtree-split: 32b7b674326b109bbe639d6dc662ede2d4df3ad2
romkatv ec81904184 Merge commit '0acaefe57f32e2afffab13a988d8b29d3f6eb1aa'
romkatv 1531d6e543 Squashed 'gitstatus/' content from commit 6b9ba17
git-subtree-dir: gitstatus
git-subtree-split: 6b9ba179c6655286c4c399e7926d5098dd6bd706
romkatv 97fac973af Merge commit '1531d6e5439daae01627b2645684876b75eaf5eb' as 'gitstatus'
romkatv c159f3aaef nuke gitstatus (going to replace with subtree)
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 aceb1c5c77 fix a typo: ${x:-} => ${x:--}
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
romkatv 30457e2be6 allow patterns in POWERLEVEL9K_VIRTUALENV_GENERIC_NAMES; see
romkatv 3688d12857 `cd` => `cd -q` to survive weird chpwd hooks
romkatv 3f08f1392a pull upstream changes from gitstatus
romkatv 48a36ebc17 pull upstream changes from gitstatus
romkatv 2cc815deaf 'cd /' in the worker to avoid locking cwd
romkatv b2c77eb370 pull upstream changes from gitstatus
romkatv 9b1353f112 perform single word shell expansions on PROMPT_EOL_MARK (see )
romkatv 1b5ee70b3d pull upstream changes from gitstatus
romkatv 06603a2d62 work around bugs in kitty where it hangs on close
All terminals quit when the child process terminates. Except
kitty. Kitty doesn't quit until there are no open file
descriptors to the tty.

And the best thing? This is "better". Having the balls to
claim this nasty bug as feature is worthy of admiration.
romkatv fdb0bb6af7 set P9K_PYENV_PYTHON_VERSION in prompt_pyenv; see
romkatv 459af1f238 allow dir styling based on the pair: $PWD and whether it's writable
fixes 
Roman Perepelitsa f14ffcff2c
typo
romkatv 7c4b0f36c0 support POWERLEVEL9K_DIR_TRUNCATE_BEFORE_MARKER=first; see
romkatv eb66d0e66a pull upstream changes from gitstatus
romkatv 10ba0e45be pull upstream changes from gitstatus
romkatv 1b6c24e99e wizard bug fixes: screen redraws, spurious errors, frame selection
fixes 
romkatv d3e5aebd69 notes
romkatv 1e598907f1 Merge branch 'LeSeulArtichaut-patch-1'
romkatv 03654d956d Merge branch 'patch-1' of https://github.com/LeSeulArtichaut/powerlevel10k into LeSeulArtichaut-patch-1
romkatv 5baecd66db wizard now reacts to terminal size changes and can function at much smaller terminal dimensions; fixes
LeSeulArtichaut 78eb23f4f3
Add terminal instructions for Terminus
romkatv aca2f19fa3 define POWERLEVEL9K_MULTILINE_NEWLINE_PROMPT_GAP_BACKGROUND in rainbow and classic config templates (see )
romkatv 0ac58db9ec Merge branch 'Jemoka-master'
Houjun Liu c7abab6e01
Include font instruction for Blink
romkatv f7a3ec4172 work around bugs in zsh 5.3.1; fixes
779g 8c84041ec7
Documented a default $ZSH_CUSTOM to install with Oh My Zsh Install in a script ()
Co-authored-by: 779g <aztlan@779.mx>
cptpcrd 0bb331b55d
Fix Arch Linux installation instructions ()
`pacman -Sy` does a partial upgrade, which is specifically documented as
being unsupported.
romkatv 681f504d8a unset DEFAULT_USER in generated .p10k.zsh; see