Commit Graph

1155 Commits (2dd6a29e4d7a33bfef10973d6550e087be37ddee)

Author SHA1 Message Date
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
Roman Perepelitsa 5fe28f0a01 bug fix: correctly parse kubectl config when current-context has metacharacters ()
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
Roman Perepelitsa 5acedce0b0 speed up pre-redraw hook
Roman Perepelitsa 3e515a75d2 remove obsolete nordvpn comments
Roman Perepelitsa ed45177e19 fix nordvpn; it was broken by the latest upstream update ()
Charles Timko 0ce9df66d2
Add RHEL to the OS Icon lists ()
* Add RHEL to the OS Icon lists
Roman Perepelitsa 0745592886 fix a spello in comments in the generated .p10k.zsh
Roman Perepelitsa 4f3d2ffe72 new prompt segment: toolbox (https://github.com/containers/toolbox)
Roman Perepelitsa b3b0efb69f work around bugs in terminals and window managers by essentially disabling prompt_sp (but keeping prompt_cr) in instant prompt for new TTYs
Roman Perepelitsa 0a1946b965 bug fix: display the intended battery icon when using legacy configs ()
elProxy 379b97e4e7
Fix after ()
Well, that's embarassing...
elProxy 277ff8b414
Add support for AWS_REGION with fallback to AWS_DEFAULT_REGION ()
See https://fossies.org/linux/aws-cli/CHANGELOG.rst#section-133
Roman Perepelitsa 25e5f5985f spello
Roman Perepelitsa 5669c12c66 Revert "add availability to display or not Terraform version"
This reverts commit 20b87731de.