index
:
powerlevel10k.git
kitty
master
nerdfonts-v3
screenshot
vcs
-описание в about-
NeonXP
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
powerlevel9k.zsh-theme
Commit message (
Expand
)
Author
Age
Files
Lines
*
remove spurious execute permissions
romkatv
2019-10-10
1
-0
/
+0
*
replace symbolic links with regular files that "source"
romkatv
2019-10-06
1
-44
/
+1
*
make __p9k_dump_file readonly to ensure no one unsets it
romkatv
2019-10-06
1
-2
/
+2
*
remove debug output
romkatv
2019-10-05
1
-3
/
+0
*
don't unsetopt aliases when the theme is sourced twice
romkatv
2019-10-05
1
-6
/
+9
*
disable aliases
romkatv
2019-10-04
1
-1
/
+1
*
run preinit asap
romkatv
2019-10-04
1
-3
/
+3
*
take advantage of async gitstatus start to make p10k startup faster
romkatv
2019-10-03
1
-5
/
+11
*
don't print options when no_aliases, no_sh_glob and brace_expand are all set
romkatv
2019-10-03
1
-8
/
+8
*
zcompile all sources
romkatv
2019-10-03
1
-0
/
+4
*
survive emulate sh; fixes #226
romkatv
2019-09-20
1
-2
/
+2
*
correctly deduce p10k directory when using zprezto with zsh 5.1
romkatv
2019-08-19
1
-22
/
+2
*
speciazled diagnostics for i686; more escapes; more opts
romkatv
2019-08-05
1
-0
/
+1
*
cleanup
romkatv
2019-07-28
1
-6
/
+6
*
make sure _p9k_restore_aliases does not get unset
romkatv
2019-07-25
1
-4
/
+4
*
start massive refactoring of config params
romkatv
2019-07-23
1
-8
/
+9
*
cleanup in alias handling
romkatv
2019-07-17
1
-44
/
+33
*
move source guard to the outer script
romkatv
2019-06-01
1
-26
/
+38
*
more paranoid quotes
romkatv
2019-06-01
1
-2
/
+2
*
defend against aliases, especially global ones
romkatv
2019-06-01
1
-2658
/
+16
*
quote to avoid clashes with global aliases
romkatv
2019-06-01
1
-4
/
+4
*
typo when launching gitstatusd
romkatv
2019-06-01
1
-5
/
+5
*
quote prompt content with (qqq) instead of (q); the latter breaks on double q...
romkatv
2019-06-01
1
-2
/
+2
*
add POWERLEVEL9K_JAVA_VERSION_FULL
romkatv
2019-06-01
1
-2
/
+26
*
Merge branch 'master' of github.com:romkatv/powerlevel10k
romkatv
2019-06-01
1
-10
/
+26
|
\
|
*
partially roll back 4def4452 and work around bugs in some terminals that draw...
romkatv
2019-05-31
1
-10
/
+26
*
|
add POWERLEVEL9K_KUBECONTEXT_CLASSES
romkatv
2019-06-01
1
-2
/
+42
*
|
add POWERLEVEL9K_KUBECONTEXT_SHOW_DEFAULT_NAMESPACE option
romkatv
2019-06-01
1
-1
/
+4
*
|
speed up truncate_with_package_name
romkatv
2019-06-01
1
-3
/
+9
|
/
*
simplify line-wrapping logic
romkatv
2019-05-30
1
-23
/
+3
*
correctly handle zsh 5.4.2 whose ZSH_PATCHLEVEL does not start with "zsh"
romkatv
2019-05-30
1
-3
/
+1
*
POWERLEVEL9K_VCS_MAX_NUM_STAGED => POWERLEVEL9K_VCS_STAGED_MAX_NUM (with temp...
romkatv
2019-05-29
1
-11
/
+11
*
don't invoke custom prompt command if it doesn't resolve
romkatv
2019-05-29
1
-8
/
+5
*
add missing "return 0"
romkatv
2019-05-29
1
-1
/
+2
*
add a workaround for an off-by-one bug in ZSH that triggers when PROMPT overf...
romkatv
2019-05-29
1
-5
/
+27
*
print a warning when POWERLEVEL9K_RULER_CHAR is invalid
romkatv
2019-05-28
1
-0
/
+4
*
manually prompt-expand time and date so that they don't change when we emulat...
romkatv
2019-05-28
1
-2
/
+6
*
avoid using %(l.t.f) after writing to the edge of the screen
romkatv
2019-05-28
1
-2
/
+2
*
new feature: ruler above the prompt; to enable: POWERLEVEL9K_SHOW_RULER=true
romkatv
2019-05-28
1
-8
/
+29
*
speed up prompt by folding multiple ${${...}+} into one
romkatv
2019-05-28
1
-17
/
+18
*
fix a silly bug in newline
romkatv
2019-05-28
1
-1
/
+1
*
goddamn widget wrappers!
romkatv
2019-05-28
1
-2
/
+4
*
don't add \n after a full line
romkatv
2019-05-27
1
-8
/
+13
*
print LEFT_SEGMENT_END_SEPARATOR in the right place
romkatv
2019-05-27
1
-4
/
+3
*
add powerlevel9k_refresh_prompt_inplace that users can from zle widgets to re...
romkatv
2019-05-27
1
-9
/
+15
*
add a workaround for old buggy purepower configs
romkatv
2019-05-27
1
-0
/
+1
*
remove commented out code
romkatv
2019-05-27
1
-10
/
+0
*
fix a bug in initialization of 'd'; use '_p9k_prompt_length $d' as the defaul...
romkatv
2019-05-27
1
-17
/
+28
*
when POWERLEVEL9K_RPROMPT_ON_NEWLINE=false, render right prompt within left p...
romkatv
2019-05-27
1
-20
/
+70
*
add d(delimiter length) for every strategy
Syphdias
2019-05-27
1
-6
/
+6
[next]