romkatv
8d2ffb43db
add "help" and "segment" commands to p10k
5 years ago
romkatv
6d11cb5f5d
format options better
5 years ago
romkatv
a6b572da45
add p10k configure
5 years ago
romkatv
070697a914
grammar
5 years ago
romkatv
095dd3236d
docs
5 years ago
romkatv
75d39fabd8
recommend p9k_configure after changing fonts
5 years ago
romkatv
4cdee85abd
enable nordvpn by default
5 years ago
romkatv
aabb13e3bb
add an option for an even lighter background color
5 years ago
romkatv
db961be558
update headline
5 years ago
romkatv
0c0641d579
add a teardown hook for zplugin
5 years ago
romkatv
98cd3a0b4b
show new screenshot in the docs
5 years ago
romkatv
231a7b5f06
doc cleanup
5 years ago
romkatv
a927aa46af
new screenshot
5 years ago
romkatv
dc8e654165
reduce wizard's minimum terminal size requirements
5 years ago
romkatv
fa90d99636
docs: mention that background processes are one-per-shell
...
https://github.com/romkatv/powerlevel10k/issues/139#issuecomment-516757677
5 years ago
romkatv
4c4402bfe4
better font instructions
5 years ago
romkatv
40523128dc
make classic style look decent if background color differs between segments
5 years ago
romkatv
40df756e2d
run configuration wizard if POWERLEVEL9K_MODE is the only set parameter
5 years ago
romkatv
d6dedc53bc
support hot reloading of gitstatus parameters
5 years ago
romkatv
2ce69f9554
add a pointer to make it easier where the separator is
5 years ago
romkatv
38a3ca7dc3
support gke kubecontext clusters that are mapped to regions instead of zones
...
fixes #139
5 years ago
romkatv
59c3293371
restore F
5 years ago
Roman Perepelitsa
cd8d8e4594
Remove erroneous plus
...
Fixes #142
5 years ago
romkatv
d8e6776ffd
Merge branch 'master' of github.com:romkatv/powerlevel10k
5 years ago
romkatv
fbbce2603f
styling
5 years ago
Roman Perepelitsa
b756c7ab77
Merge pull request #141 from Sad-Soul-Eater/go_version
...
Add go_version segment
5 years ago
romkatv
5000969dc6
docs
5 years ago
romkatv
16fa253116
update configuration and font guide
5 years ago
Sad-Soul-Eater
39538b3b5c
fix parameter name & change color
5 years ago
romkatv
4292efc03a
cleanup
5 years ago
Sad-Soul-Eater
d6397e71ad
add go_version segment
5 years ago
romkatv
2e5a085dbe
run configuration wizard automatically if no POWERLEVEL9K options are defined
5 years ago
romkatv
89f3ec16d0
better message on quit
5 years ago
romkatv
f702fe5b78
add separate options for separators, heads and tails; add more choices if using nerdfont
5 years ago
romkatv
784bd8166e
add start-of-left and end-of-right symbols
5 years ago
romkatv
5e4628d485
fix fg color of RIGHT_PROMPT_LAST_SEGMENT_END_SYMBOL
5 years ago
romkatv
a2a21ae95a
add an option for right frame without left
5 years ago
romkatv
29b9397fa9
comments
5 years ago
romkatv
4c08fa0621
shorten text added to ~/.zshrc and print a banner at the end of the wizard
5 years ago
romkatv
dd5fb35c29
revamp kubecontext config
5 years ago
romkatv
7cf4f7e57d
ensure kubecontext namespace is not empty
5 years ago
romkatv
32421d296c
expose more P9K_KUBECONTEXT variables for gke and eks contexts
5 years ago
romkatv
f337616738
use consisent patterns when parsing yaml
5 years ago
romkatv
05deaa802f
kubecontext: handle strings with spaces and ignore multi-line strings
5 years ago
romkatv
2318bda2c3
bug fixes: don't replace '_' with ' ' in gke clusters and clear the default of POWERLEVEL9K_KUBECONTEXT_SHORTEN
5 years ago
romkatv
da7d986333
avoid printing grey text without knowing it's visible on the user's background
5 years ago
romkatv
224b62fbe4
silly typo: '\n' => $'\n'
...
fixes #140
5 years ago
romkatv
00ec3d16c2
enable all available shortening for kubecontext and enable the segment by default
5 years ago
romkatv
5bcbee96e4
add optional kubecontext shortening for gke and eks contexts
...
This is done via an optional array parameter that lists
shortening stragies to be applied. Currently there are
only two supported strategies: 'gke' and 'eks'.
# Shorten gke and eks cluster names:
#
# - gke_projectname_availability-zone_cluster-01 => cluster-01
# - arn:aws:eks:us-east-1:XXXXXXXXXXXX:cluster/eks-infra => eks-infra
#
# This transformation is applied before class matching and content
# expansion.
POWERLEVEL9K_KUBECONTEXT_SHORTEN=(gke eks)
For https://github.com/romkatv/powerlevel10k/issues/139 .
5 years ago
romkatv
63f72c756f
typo
5 years ago