romkatv
a2657e339a
make frame hidable
5 years ago
romkatv
5262ddc07e
don't use _p9k__{ruler,empty_line}_idx in p10k display
5 years ago
romkatv
b6df93d250
allow unset _p9k__{ruler,empty_line}_i
5 years ago
romkatv
e1687af750
faster p10k display
5 years ago
romkatv
d3fd5940cc
support negative line numbers
5 years ago
romkatv
0e95c532ea
wip: some more churn on dynamic stuff
5 years ago
romkatv
d9c587a8d7
wip: some churn on dynamic stuff
5 years ago
romkatv
1b2990ecb3
fix an error message printed for 32-bit intel users; see https://github.com/romkatv/gitstatus/issues/73
5 years ago
romkatv
3377990a6f
wip: dynamic shit
5 years ago
romkatv
37fbc8c7ea
transient_rprompt hides gap
5 years ago
romkatv
806ec183ff
add `p10k display` command
5 years ago
romkatv
4e3953566f
speed up truncate_to_unique
5 years ago
romkatv
dc7cfc78a4
remove debug logs
5 years ago
romkatv
8cb81ecd90
cheaper cache key in dir
5 years ago
romkatv
c6c0ee59d7
speed up dotnet
5 years ago
romkatv
daee88bc01
don't stat unnecessary dirs
5 years ago
romkatv
6914a23b44
work around bugs in Hyper
...
The bug in Hyper (https://github.com/zeit/hyper/issues/3586 ) is
similar to the one in VTE but it takes Hyper at least 100 times
longer to report correct TTY (Hyper is slow in general, so this
isn't surprising.)
5 years ago
romkatv
826d8adf44
speed up direnv and improve its rendering in instant prompt
5 years ago
romkatv
d7f2667676
allow individual segments to be hidden or shown with low latency
5 years ago
romkatv
6c8b24760c
speed up prompt by 2ms when there are many POWERLEVEL9K parameters
5 years ago
romkatv
f722f3d1ce
add direnv segment; fixes 291
5 years ago
romkatv
6096321f61
move _p9k_precmd to the end of precmd_functions
5 years ago
romkatv
dfe6a86eb3
don't display ruler in instant prompt when the terminal size is unknown
5 years ago
romkatv
d443fccddb
better warnings
5 years ago
romkatv
28795b43ce
reset style before percent-expanding PROMPT_EOL_MARK
5 years ago
romkatv
bdb18cbe2f
pick the correct default for PROMPT_EOL_MARK
5 years ago
romkatv
627d471fca
improve instant prompt usability, update docs and add an option to the wizard to enable it
5 years ago
romkatv
f17081ca98
when unable to get tty size for instant prompt, don't emulate prompt_sp and don't print right prompt or gap
5 years ago
romkatv
a42b58a93a
make right prompt hidable even on the last line
5 years ago
romkatv
5a75b1bfc9
bug fix: unset _p9k__*
5 years ago
romkatv
61bba0f6ee
use _p9k__* naming pattern for variables that must not be dumped but must be unset
5 years ago
romkatv
8a2c9430f3
make right prompt hidable
5 years ago
romkatv
863cf50703
fix handling of transient_rprompt
5 years ago
romkatv
88cc59a08a
add ${+VTE_VERSION} to param_sig; fix locale-related parts
5 years ago
romkatv
a14d8e92dd
short-circuit double sourcing of the theme
5 years ago
romkatv
7ab85fbfc3
bug fix: unset _p9k_preinit when tearing down
5 years ago
romkatv
b91cba49aa
add POWERLEVEL9K_VCS_RECURSE_UNTRACKED_DIRS
5 years ago
romkatv
ebf19dfeee
add todo
5 years ago
romkatv
7fbba216b0
no_bg_nice to avoid spam on wsl
5 years ago
romkatv
e92da0e322
Merge branch 'instant-prompt'
5 years ago
romkatv
0249484302
bump version
5 years ago
romkatv
a410349090
redirect stdin to /dev/null while instant prompt is active
5 years ago
romkatv
cf01e98ef0
define P9K_TODO_FILTERED_TASK_COUNT and P9K_TODO_TOTAL_TASK_COUNT
...
These new parameters can be used to customize the content of `todo` prompt.
Example:
POWERLEVEL9K_TODO_CONTENT_EXPANSION='$P9K_TODO_FILTERED_TASK_COUNT / $P9K_TODO_TOTAL_TASK_COUNT'
The default format is '$P9K_TODO_TOTAL_TASK_COUNT', just like before.
Fixes #283 .
5 years ago
romkatv
d2361d4dda
typo
5 years ago
romkatv
56a7d6c245
apply the `stty size` workaround only when using VTE
5 years ago
romkatv
2b860eea53
add no_aliases to a bunch of places
5 years ago
romkatv
981774f178
better workaround for the lying `stty size`
...
See https://github.com/gnunn1/tilix/issues/1777 .
5 years ago
romkatv
2a0c31f0eb
call `/bin/stty size` to obtain correct COLUMNS
5 years ago
romkatv
7a2bd8ffa8
workaround for a bug in tilix: $COLUMNS is incorrect in the new shell immediately after splitting; it becomes correct after forking
5 years ago
romkatv
b4e1f1f029
revert testing changes
5 years ago