Commit Graph

1167 Commits (bd0c9f4ec7511f51851f9bde0e2e24b05fd1c10e)

Author SHA1 Message Date
Roman Perepelitsa bd0c9f4ec7 rename arch to cpu_arch and rewrite it ()
Roman Perepelitsa 02290d1eb9 Merge branch 'master' of github.com:brent-moffit/powerlevel10k into brent-moffit-master
Roman Perepelitsa 5ee784787f fix a bug introduced in cf1b586515
Roman Perepelitsa cf1b586515 fix bugs introduced in 843dcf0167
Roman Perepelitsa 843dcf0167 survive broken FPATH (
hayas1 957249a95c Fix gcloud config directory
Roman Perepelitsa e72264e01c don't trust cnorm as it's incorrect in some combinations of terminals and terminfo ()
Roman Perepelitsa fd5fa09504 fix toolbox segment ()
Christian Schulze cb82b1f5d9 use HOST for distrobox detection
Gerald Turner 0c197ed4a5 battery plugin: Support Linux on Librem5 phone
Roman Perepelitsa a3f6859a8d cleanup
Lucas Larson cf9a1fd02d suppress `nounset` error if `DIRENV_DIR` isn’t defined (fix )
Signed-off-by: Lucas Larson <LucasLarson@riseup.net>
Roman Perepelitsa 74ff02a819 work around a bug in zsh 5.4.1 ()
Here's the bug:

  zsh -fc 'print "${#${x}}"'

This code should print "0" but it prints "1" in zsh 5.4.1.
Roman Perepelitsa 657e184e0d disable vscode integration; it doesn't work anyway but it makes shell slower
Context: https://github.com/microsoft/vscode/pull/145610#issuecomment-1076519194
Roman Perepelitsa 65599411ec ignore garbage printed by vscode
Roman Perepelitsa e13283ec7d bug fix: strip escape sequences in instant prompt output less aggressively
Roman Perepelitsa f07d7baea3 minor cleanup around perlbrew
Lucas Burns 40a5cdfa6c
chore: forgot to add global variables to main
Lucas Burns b898d1de15
feature: added perlbrew
brent-moffit 59e90bd8b0 Add instant prompt for arch
brent-moffit 01467fae4f Change arch prompt colors to better match default themes
Roman Perepelitsa 5fe28f0a01 bug fix: correctly parse kubectl config when current-context has metacharacters ()
brent-moffit c5203a3da2 Add `arch` prompt for displaying CPU architecture
Adds the `arch` prompt to `p10k.zsh`, `ARCH_ICON` to `icons.zsh`, and commented entries in the default configs
Roman Perepelitsa 8a676a9157 fix shell integration with kitty
Roman Perepelitsa d6f8c47761 survive broken $TMPDIR
Roman Perepelitsa 6c71862c5f don't set OS, DEFAULT_COLOR and DEFAULT_COLOR_INVERTED
See .
Roman Perepelitsa 9e0ef918db fix ZeroTier network interface regex
From https://forwardingplane.net/configuration-archive/renaming-interfaces-under-linux/:

> ZeroTier has the inconsistency of using zt* on some platforms and ztublkahlah on others.

They mean zt[0-9]+ and zt[a-z0-9]+.
Mehyar e511c36ec6
Add ZeroTier to the list of VPNs
ZeroTier users can also see their VPN IP when enabling the vpn_ip option.
Roman Perepelitsa 3d994b033b work around bugs in WSL where it reports more swap being used than the total available ()
Roman Perepelitsa 161f4c1f04 respect VIRTUAL_ENV_PROMPT if its value is different from the default ()
Roman Perepelitsa e1c52e08d4 add an icon for amazon linux ()
Roman Perepelitsa 3d3b24c419 work around bugs in WSL where it /proc/pid/cwd reports an alias drive
Roman Perepelitsa 7354688123 fix cwd handling when the current dir is '/foo\bar' ()
Roman Perepelitsa dd3dcfaf51 make `toolbox` segment work with distrobox ()
Roman Perepelitsa ed70c90c2d fix a bug with URL-escaping for directory links ()
Roman Perepelitsa c9bc2f5a32 fix POWERLEVEL9K_TERM_SHELL_INTEGRATION
Roman Perepelitsa 2e58e3888e add POWERLEVEL9K_TERM_SHELL_INTEGRATION parameter that enables OSC 133 marks
Roman Perepelitsa 469baa6221 url-escape dir properly when POWERLEVEL9K_DIR_HYPERLINK is set
Roman Perepelitsa 57d0274b88 fix bugs in dir and several other segments when cwd contains control characters
Roman Perepelitsa 2e8a8f1d63 fix a bug that causes VISUAL_IDENTIFIER_COLOR to leak into content
Roman Perepelitsa 4543076483 when using tmux, write unwrapped OSC 133 in addition to wrapped; the new integrated tmux uses them when resizing
Roman Perepelitsa 3091ffbd86 bust caches
Roman Perepelitsa fde8bf62d4 fix prefix-based formatting of numbers that are slightly below the boundary ()
Roman Perepelitsa abc5df446d attempt to fix asdf when some files have windows line endings ()
Roman Perepelitsa a9f208c8fc don't auto-start configuration wizard if it's likely that zshrc is broken
This change is an attempt to automate this:
https://github.com/romkatv/powerlevel10k#configuration-wizard-runs-automatically-every-time-zsh-is-started
Roman Perepelitsa a55955c5cf enable bracketed paste when printing instant prompt
Roman Perepelitsa 85e31542dd wizard: underline paths instead of bolding in the success message
Roman Perepelitsa b4615f5e00 add _p9k__raw_msg for direnv notifications in zsh4humans
Roman Perepelitsa 6441a01dd3 survive non-writable $TTY
Roman Perepelitsa edd98053cc disable icanon on the tty after printing instant prompt; this way keys like Ctrl-R and Ctrl-D will get through to zle