Skip to content

Commit cf8646c

Browse files
committed
base: Update .p10k.zsh
1 parent d00e42a commit cf8646c

File tree

2 files changed

+28
-26
lines changed

2 files changed

+28
-26
lines changed

NOTES.md

+21-20
Original file line numberDiff line numberDiff line change
@@ -130,26 +130,27 @@ are installed.
130130
* Oh My Zsh: `~/.zshrc`
131131
* Set PATH so it includes user's private bin if it exists
132132
* Update last-activity timestamps while in screen/tmux session
133-
* [Powerlevel10k](base/conf/user/var/backups/skel/.p10k.zsh): `p10k configure`
134-
* Does this look like a diamond (rotated square)?: (y) Yes.
135-
* Does this look like a lock?: (y) Yes.
136-
* Does this look like an upwards arrow?: (y) Yes.
137-
* Do all these icons fit between the crosses?: (y) Yes.
138-
* Prompt Style: (3) Rainbow.
139-
* Character Set: (1) Unicode.
140-
* Show current time?: (2) 24-hour format.
141-
* Prompt Separators: (1) Angled.
142-
* Prompt Heads: (3) Sharp.
143-
* Prompt Tails: (1) Flat.
144-
* Prompt Height: (2) Two lines.
145-
* Prompt Connection: (2) Dotted.
146-
* Prompt Frame: (2) Left.
147-
* Connection & Frame Color: (2) Light.
148-
* Prompt Spacing: (2) Sparse.
149-
* Icons: (2) Many icons.
150-
* Prompt Flow: (1) Concise.
151-
* Enable Transient Prompt?: (n) No.
152-
* Instant Prompt Mode: (3) Off.
133+
* [Powerlevel10k](base/conf/user/var/backups/skel/.p10k.zsh) wizard options:
134+
* nerdfont-v3 + powerline
135+
* small icons
136+
* rainbow
137+
* unicode
138+
* 24h time
139+
* angled separators
140+
* sharp heads
141+
* flat tails
142+
* 2 lines
143+
* dotted
144+
* left frame
145+
* light-ornaments
146+
* sparse
147+
* many icons
148+
* concise
149+
* instant_prompt=off
150+
* Bash: [/etc/profile.d/00-reset-path.sh](base/conf/shell/etc/profile.d/00-reset-path.sh)
151+
and [/etc/skel/.profile](base/conf/shell/etc/skel/.profile)
152+
* Update `PATH` for login shells, e.g. when started as a server associated
153+
with JupyterHub.
153154

154155
### Customise
155156

base/conf/user/var/backups/skel/.p10k.zsh

+7-6
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# Generated by Powerlevel10k configuration wizard on 2024-06-16 at 07:07 UTC.
2-
# Based on romkatv/powerlevel10k/config/p10k-rainbow.zsh, checksum 44011.
3-
# Wizard options: nerdfont-complete + powerline, small icons, rainbow, unicode,
4-
# 24h time, angled separators, sharp heads, flat tails, 2 lines, dotted, left frame,
1+
# Generated by Powerlevel10k configuration wizard on 2025-04-12 at 05:53 UTC.
2+
# Based on romkatv/powerlevel10k/config/p10k-rainbow.zsh, checksum 49619.
3+
# Wizard options: nerdfont-v3 + powerline, small icons, rainbow, unicode, 24h time,
4+
# angled separators, sharp heads, flat tails, 2 lines, dotted, left frame,
55
# light-ornaments, sparse, many icons, concise, instant_prompt=off.
66
# Type `p10k configure` to generate another config.
77
#
@@ -119,7 +119,7 @@
119119
)
120120

121121
# Defines character set used by powerlevel10k. It's best to let `p10k configure` set it for you.
122-
typeset -g POWERLEVEL9K_MODE=nerdfont-complete
122+
typeset -g POWERLEVEL9K_MODE=nerdfont-v3
123123
# When set to `moderate`, some icons will have an extra space after them. This is meant to avoid
124124
# icon overlap when using non-monospace fonts. When set to `none`, spaces are not added.
125125
typeset -g POWERLEVEL9K_ICON_PADDING=none
@@ -251,6 +251,7 @@
251251
.perl-version
252252
.php-version
253253
.tool-versions
254+
.mise.toml
254255
.shorten_folder_marker
255256
.svn
256257
.terraform
@@ -1722,7 +1723,7 @@
17221723
# Show battery in yellow when it's discharging.
17231724
typeset -g POWERLEVEL9K_BATTERY_DISCONNECTED_FOREGROUND=3
17241725
# Battery pictograms going from low to high level of charge.
1725-
typeset -g POWERLEVEL9K_BATTERY_STAGES='\uf58d\uf579\uf57a\uf57b\uf57c\uf57d\uf57e\uf57f\uf580\uf581\uf578'
1726+
typeset -g POWERLEVEL9K_BATTERY_STAGES='\UF008E\UF007A\UF007B\UF007C\UF007D\UF007E\UF007F\UF0080\UF0081\UF0082\UF0079'
17261727
# Don't show the remaining time to charge/discharge.
17271728
typeset -g POWERLEVEL9K_BATTERY_VERBOSE=false
17281729
typeset -g POWERLEVEL9K_BATTERY_BACKGROUND=0

0 commit comments

Comments
 (0)