romkatv
d435235c29
take advantage of async gitstatus start to make p10k startup faster
2019-10-03 20:14:16 +02:00
romkatv
aa606e6cb0
don't print options when no_aliases, no_sh_glob and brace_expand are all set
2019-10-03 14:50:08 +02:00
romkatv
e0bb4f0147
zcompile all sources
2019-10-03 14:21:21 +02:00
romkatv
0067e0d4a1
survive emulate sh; fixes #226
2019-09-20 11:22:14 +02:00
romkatv
3434c0e0a9
correctly deduce p10k directory when using zprezto with zsh 5.1
...
see #174
2019-08-19 10:52:41 +02:00
romkatv
f62d1d5ae3
speciazled diagnostics for i686; more escapes; more opts
2019-08-05 10:37:04 +02:00
romkatv
0378a0a54c
cleanup
2019-07-28 12:19:51 +02:00
romkatv
2ec4ed0702
make sure _p9k_restore_aliases does not get unset
2019-07-25 08:00:51 +02:00
romkatv
d63fd9a873
start massive refactoring of config params
2019-07-23 15:47:25 +02:00
romkatv
b4706cbe43
cleanup in alias handling
2019-07-17 08:05:26 +02:00
romkatv
5e72d3ca80
move source guard to the outer script
2019-06-01 22:54:32 +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
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
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
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
e8f2c1aa6f
add powerlevel9k_refresh_prompt_inplace that users can from zle widgets to refresh prompt inplace
2019-05-27 19:52:57 +02:00
romkatv
d1e5fd27ee
add a workaround for old buggy purepower configs
2019-05-27 18:57:44 +02:00
romkatv
f9801b339e
remove commented out code
2019-05-27 17:33:38 +02:00
romkatv
3be988cae8
fix a bug in initialization of 'd'; use '_p9k_prompt_length $d' as the default value of POWERLEVEL9K_SHORTEN_DELIMITER_LENGTH
2019-05-27 17:21:30 +02:00
romkatv
8956e47698
when POWERLEVEL9K_RPROMPT_ON_NEWLINE=false, render right prompt within left prompt
2019-05-27 16:57:40 +02:00
Syphdias
2209c2c990
add d(delimiter length) for every strategy
2019-05-27 15:00:18 +02:00
Syphdias
837bb94aa1
adds back trunaction protection for /* in truncate_to_unique
2019-05-26 23:38:54 +02:00
Syphdias
bead0ec05e
add truncate_to_unique specific SHORTEN_DIR_LENGTH default
2019-05-26 23:37:39 +02:00
Syphdias
c581623801
adds POWERLEVEL9K_SHORTEN_DELIMITER_LENGTH for truncate_to_unique
2019-05-26 23:35:15 +02:00
Syphdias
6c61fb5c20
fixes multiple truncate_to_unique inconsistencies
...
1. also truncate first dir
2. length of `POWERLEVEL9K_SHORTEN_DELIMITER` is now taken into account
3. set `POWERLEVEL9K_SHORTEN_DIR_LENGTH=0` to truncate even the last dir
2019-05-25 21:05:42 +02:00
romkatv
bbebf516ab
show go_version when in a go module directory
2019-05-24 10:34:44 +02:00
romkatv
e6af43ae5a
support displaying the number of staged, unstaged and untracked files in vcs prompt
2019-05-24 00:35:25 +02:00
Syphdias
6310083a34
battery segment for symlinkers
2019-05-23 23:51:40 +02:00