Commit Graph

3383 Commits (e0e426a61b139f6844e89913fc77e9cc4b4bd256)
 

Author SHA1 Message Date
romkatv 5a30f6a399 stop padding colors with leading zeros; it makes no difference
romkatv a2bc4f0b94 add POWERLEVEL9K_DIR_MAX_LENGTH
romkatv 66b331c251 pull upstream changes from gitstatus
romkatv 02b86416ec don't read /proc/loadavg if it's unreadable
romkatv e028cf5c90 pull upstream changes from gitstatus
romkatv dd4518bc39 pull upstream changes from gitstatus
romkatv eff8d47b42 add caching to prompt_dir
romkatv 97dbb6ab16 work around %b bugs in ZSH 5.2
romkatv f0e1ec281d pull upstream changes from gitstatus
romkatv 0de0937295 swap ahead and behind in git prompt; more logical
romkatv 4b4c8af9c6 add POWERLEVEL9K_VCS_COMMITS_{AHEAD,BEHIND}_MAX_NUM
romkatv 80a8662e5a more useful default for POWERLEVEL9K_SHORTEN_FOLDER_MARKER
Roman Perepelitsa 8b040d4cfd
add '.terraform' to POWERLEVEL9K_SHORTEN_FOLDER_MARKER
romkatv 5e72d3ca80 move source guard to the outer script
romkatv 99bc7f3c7f add the screencast so that it does not get lost
romkatv 02608e8fe0 docs
romkatv 7bfc164cad docs
romkatv b495f07179 more paranoid quotes
romkatv 091c942044 defend against aliases, especially global ones
romkatv 7f3924adf9 quote to avoid clashes with global aliases
romkatv 82bec3a25b typo when launching gitstatusd
romkatv c4b3dff06a docs: typo in hyperlinks
romkatv b47370e1af docs: typo in hyperlinks
romkatv 6c55d15c0f docs: add asciinema comparing p9k and p10k perf; shorten some sections
romkatv 2f80b186b4 quote prompt content with (qqq) instead of (q); the latter breaks on double quotes
romkatv 913dfb37f7 add POWERLEVEL9K_JAVA_VERSION_FULL
romkatv 23e8dccdeb Merge branch 'master' of github.com:romkatv/powerlevel10k
romkatv e3890f2ec6 add POWERLEVEL9K_KUBECONTEXT_CLASSES
romkatv b8b197ec17 add POWERLEVEL9K_KUBECONTEXT_SHOW_DEFAULT_NAMESPACE option
romkatv 68e79d3cb5 speed up truncate_with_package_name
romkatv 639443fa6c partially roll back 4def4452 and work around bugs in some terminals that draw an extra ruler sometimes under load
romkatv 4def4452df simplify line-wrapping logic
This version seems to work correctly in the presence of all known
to me ZSH bugs and terminal variations. More testing is needed though.
romkatv 4dad2d81ff correctly handle zsh 5.4.2 whose ZSH_PATCHLEVEL does not start with "zsh"
romkatv ecb5c098a2 minor doc cleanup
romkatv f061377315 simplify prezto installation instructions now that p10k is bundled
Thanks, @belak!
romkatv a4b0fd6114 POWERLEVEL9K_VCS_MAX_NUM_STAGED => POWERLEVEL9K_VCS_STAGED_MAX_NUM (with temp fallback)
romkatv 473c5c45c3 don't invoke custom prompt command if it doesn't resolve
romkatv 8b8743c8ed add missing "return 0"
romkatv 01320275d2 add a workaround for an off-by-one bug in ZSH that triggers when PROMPT overflows a line
romkatv 58545efa01 print a warning when POWERLEVEL9K_RULER_CHAR is invalid
romkatv e250797719 manually prompt-expand time and date so that they don't change when we emulate transient_rprompt
romkatv b000ce4ad0 avoid using %(l.t.f) after writing to the edge of the screen
romkatv 4e3ec4850c new feature: ruler above the prompt; to enable: POWERLEVEL9K_SHOW_RULER=true
romkatv 2e4235cffa speed up prompt by folding multiple ${${...}+} into one
romkatv 710267c742 fix a silly bug in newline
romkatv 7f08e8a053 goddamn widget wrappers!
romkatv 8c97104c79 pull upstream changes from gitstatus
romkatv 80b865e736 don't add \n after a full line
romkatv 8a2207a84e print LEFT_SEGMENT_END_SEPARATOR in the right place
romkatv a5b13acb35 docs