Commit graph

2282 commits

Author SHA1 Message Date
romkatv
a2bc4f0b94 add POWERLEVEL9K_DIR_MAX_LENGTH 2019-06-06 16:25:58 +02:00
romkatv
66b331c251 pull upstream changes from gitstatus 2019-06-06 12:12:18 +02:00
romkatv
02b86416ec don't read /proc/loadavg if it's unreadable 2019-06-06 11:52:17 +02:00
romkatv
e028cf5c90 pull upstream changes from gitstatus 2019-06-06 11:35:21 +02:00
romkatv
dd4518bc39 pull upstream changes from gitstatus 2019-06-06 10:53:41 +02:00
romkatv
eff8d47b42 add caching to prompt_dir 2019-06-05 20:11:03 +02:00
romkatv
97dbb6ab16 work around %b bugs in ZSH 5.2 2019-06-05 20:09:05 +02:00
romkatv
f0e1ec281d pull upstream changes from gitstatus 2019-06-05 18:36:55 +02:00
romkatv
0de0937295 swap ahead and behind in git prompt; more logical 2019-06-04 10:44:48 +02:00
romkatv
4b4c8af9c6 add POWERLEVEL9K_VCS_COMMITS_{AHEAD,BEHIND}_MAX_NUM 2019-06-04 10:39:21 +02:00
romkatv
80a8662e5a more useful default for POWERLEVEL9K_SHORTEN_FOLDER_MARKER 2019-06-02 10:16:10 +02:00
Roman Perepelitsa
8b040d4cfd
add '.terraform' to POWERLEVEL9K_SHORTEN_FOLDER_MARKER 2019-06-02 09:47:11 +02:00
romkatv
5e72d3ca80 move source guard to the outer script 2019-06-01 22:54:32 +02:00
romkatv
99bc7f3c7f add the screencast so that it does not get lost 2019-06-01 19:11:03 +02:00
romkatv
02608e8fe0 docs 2019-06-01 19:05:03 +02:00
romkatv
7bfc164cad docs 2019-06-01 18:59:48 +02:00
romkatv
b495f07179 more paranoid quotes 2019-06-01 18:06:58 +02:00
romkatv
091c942044 defend against aliases, especially global ones 2019-06-01 17:54:53 +02:00
romkatv
7f3924adf9 quote to avoid clashes with global aliases 2019-06-01 16:52:13 +02:00
romkatv
82bec3a25b typo when launching gitstatusd 2019-06-01 12:45:04 +02:00
romkatv
c4b3dff06a docs: typo in hyperlinks 2019-06-01 10:48:36 +02:00
romkatv
b47370e1af docs: typo in hyperlinks 2019-06-01 10:47:54 +02:00
romkatv
6c55d15c0f docs: add asciinema comparing p9k and p10k perf; shorten some sections 2019-06-01 10:46:27 +02:00
romkatv
2f80b186b4 quote prompt content with (qqq) instead of (q); the latter breaks on double quotes 2019-06-01 08:48:48 +02:00
romkatv
913dfb37f7 add POWERLEVEL9K_JAVA_VERSION_FULL 2019-06-01 08:47:01 +02:00
romkatv
23e8dccdeb Merge branch 'master' of github.com:romkatv/powerlevel10k 2019-06-01 08:07:35 +02:00
romkatv
e3890f2ec6 add POWERLEVEL9K_KUBECONTEXT_CLASSES 2019-06-01 08:07:22 +02:00
romkatv
b8b197ec17 add POWERLEVEL9K_KUBECONTEXT_SHOW_DEFAULT_NAMESPACE option 2019-06-01 07:37:11 +02:00
romkatv
68e79d3cb5 speed up truncate_with_package_name 2019-06-01 07:27:23 +02:00
romkatv
639443fa6c partially roll back 4def4452 and work around bugs in some terminals that draw an extra ruler sometimes under load 2019-05-31 16:51:08 +02:00
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.
2019-05-30 10:51:21 +02:00
romkatv
4dad2d81ff correctly handle zsh 5.4.2 whose ZSH_PATCHLEVEL does not start with "zsh" 2019-05-30 10:46:08 +02:00
romkatv
ecb5c098a2 minor doc cleanup 2019-05-30 09:02:03 +02:00
romkatv
f061377315 simplify prezto installation instructions now that p10k is bundled
Thanks, @belak!
2019-05-29 23:11:27 +02:00
romkatv
a4b0fd6114 POWERLEVEL9K_VCS_MAX_NUM_STAGED => POWERLEVEL9K_VCS_STAGED_MAX_NUM (with temp fallback) 2019-05-29 12:51:18 +02:00
romkatv
473c5c45c3 don't invoke custom prompt command if it doesn't resolve 2019-05-29 12:38:51 +02:00
romkatv
8b8743c8ed add missing "return 0" 2019-05-29 09:45:48 +02:00
romkatv
01320275d2 add a workaround for an off-by-one bug in ZSH that triggers when PROMPT overflows a line 2019-05-29 09:41:59 +02:00
romkatv
58545efa01 print a warning when POWERLEVEL9K_RULER_CHAR is invalid 2019-05-28 21:06:03 +02:00
romkatv
e250797719 manually prompt-expand time and date so that they don't change when we emulate transient_rprompt 2019-05-28 20:47:03 +02:00
romkatv
b000ce4ad0 avoid using %(l.t.f) after writing to the edge of the screen 2019-05-28 20:44:23 +02:00
romkatv
4e3ec4850c new feature: ruler above the prompt; to enable: POWERLEVEL9K_SHOW_RULER=true 2019-05-28 15:16:27 +02:00
romkatv
2e4235cffa speed up prompt by folding multiple ${${...}+} into one 2019-05-28 12:57:05 +02:00
romkatv
710267c742 fix a silly bug in newline 2019-05-28 00:14:44 +02:00
romkatv
7f08e8a053 goddamn widget wrappers! 2019-05-27 23:04:20 +02:00
romkatv
8c97104c79 pull upstream changes from gitstatus 2019-05-27 21:32:34 +02:00
romkatv
80b865e736 don't add \n after a full line 2019-05-27 21:25:38 +02:00
romkatv
8a2207a84e print LEFT_SEGMENT_END_SEPARATOR in the right place 2019-05-27 21:07:28 +02:00
romkatv
a5b13acb35 docs 2019-05-27 20:25:56 +02:00
romkatv
e8f2c1aa6f add powerlevel9k_refresh_prompt_inplace that users can from zle widgets to refresh prompt inplace 2019-05-27 19:52:57 +02:00