aboutsummaryrefslogtreecommitdiff
path: root/internal/p10k.zsh
Commit message (Collapse)AuthorAgeFilesLines
...
* Merge branch 'master' of github.com:brent-moffit/powerlevel10k into ↵Roman Perepelitsa2022-10-081-0/+17
|\ | | | | | | brent-moffit-master
| * Add instant prompt for archbrent-moffit2022-02-141-0/+2
| |
| * Change arch prompt colors to better match default themesbrent-moffit2022-02-141-1/+1
| |
| * Add `arch` prompt for displaying CPU architecturebrent-moffit2022-02-031-0/+15
| | | | | | | | Adds the `arch` prompt to `p10k.zsh`, `ARCH_ICON` to `icons.zsh`, and commented entries in the default configs
* | fix bugs introduced in 843dcf016710a4fe39f8ad65da2929f9128436fdRoman Perepelitsa2022-10-051-5/+5
| |
* | survive broken FPATH (#10Roman Perepelitsa2022-10-021-9/+9
| |
* | Fix gcloud config directoryhayas12022-09-231-2/+2
| |
* | don't trust cnorm as it's incorrect in some combinations of terminals and ↵Roman Perepelitsa2022-07-211-2/+10
| | | | | | | | terminfo (#1699)
* | fix toolbox segment (#1916)Roman Perepelitsa2022-07-201-3/+4
| |
* | use HOST for distrobox detectionChristian Schulze2022-06-241-1/+1
| |
* | battery plugin: Support Linux on Librem5 phoneGerald Turner2022-06-181-2/+2
| |
* | cleanupRoman Perepelitsa2022-05-261-2/+2
| |
* | suppress `nounset` error if `DIRENV_DIR` isn’t defined (fix #1876)Lucas Larson2022-05-261-2/+2
| | | | | | | | Signed-off-by: Lucas Larson <LucasLarson@riseup.net>
* | work around a bug in zsh 5.4.1 (#1872)Roman Perepelitsa2022-05-201-2/+2
| | | | | | | | | | | | | | | | Here's the bug: zsh -fc 'print "${#${x}}"' This code should print "0" but it prints "1" in zsh 5.4.1.
* | disable vscode integration; it doesn't work anyway but it makes shell slowerRoman Perepelitsa2022-04-041-0/+2
| | | | | | | | Context: https://github.com/microsoft/vscode/pull/145610#issuecomment-1076519194
* | ignore garbage printed by vscodeRoman Perepelitsa2022-03-201-0/+2
| |
* | bug fix: strip escape sequences in instant prompt output less aggressivelyRoman Perepelitsa2022-03-201-1/+1
| |
* | minor cleanup around perlbrewRoman Perepelitsa2022-02-281-4/+3
| |
* | chore: forgot to add global variables to mainLucas Burns2022-02-271-0/+2
| |
* | feature: added perlbrewLucas Burns2022-02-271-0/+20
| |
* | bug fix: correctly parse kubectl config when current-context has ↵Roman Perepelitsa2022-02-141-1/+1
|/ | | | metacharacters (#1767)
* fix shell integration with kittyv1.16.1kittyRoman Perepelitsa2022-02-011-0/+26
|
* survive broken $TMPDIRRoman Perepelitsa2022-01-261-4/+14
|
* don't set OS, DEFAULT_COLOR and DEFAULT_COLOR_INVERTEDRoman Perepelitsa2022-01-251-6/+1
| | | | See #1735.
* fix ZeroTier network interface regexRoman Perepelitsa2022-01-201-2/+2
| | | | | | | | 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]+.
* Add ZeroTier to the list of VPNsMehyar2022-01-201-1/+1
| | | ZeroTier users can also see their VPN IP when enabling the vpn_ip option.
* work around bugs in WSL where it reports more swap being used than the total ↵Roman Perepelitsa2022-01-171-0/+2
| | | | available (#1724)
* respect VIRTUAL_ENV_PROMPT if its value is different from the default (#1718)Roman Perepelitsa2022-01-141-1/+5
|
* add an icon for amazon linux (#1706)Roman Perepelitsa2022-01-061-1/+2
|
* work around bugs in WSL where it /proc/pid/cwd reports an alias driveRoman Perepelitsa2022-01-041-1/+5
|
* fix cwd handling when the current dir is '/foo\bar' (#1697)Roman Perepelitsa2022-01-021-1/+1
|
* make `toolbox` segment work with distrobox (#1696)Roman Perepelitsa2022-01-021-8/+11
|
* fix a bug with URL-escaping for directory links (#1687)Roman Perepelitsa2021-12-271-3/+5
|
* fix POWERLEVEL9K_TERM_SHELL_INTEGRATIONRoman Perepelitsa2021-12-231-3/+6
|
* add POWERLEVEL9K_TERM_SHELL_INTEGRATION parameter that enables OSC 133 marksRoman Perepelitsa2021-12-231-2/+14
|
* url-escape dir properly when POWERLEVEL9K_DIR_HYPERLINK is setRoman Perepelitsa2021-12-221-1/+15
|
* fix bugs in dir and several other segments when cwd contains control charactersRoman Perepelitsa2021-12-221-18/+22
|
* fix a bug that causes VISUAL_IDENTIFIER_COLOR to leak into contentRoman Perepelitsa2021-12-211-5/+13
|
* when using tmux, write unwrapped OSC 133 in addition to wrapped; the new ↵Roman Perepelitsa2021-12-171-6/+4
| | | | integrated tmux uses them when resizing
* bust cachesRoman Perepelitsa2021-12-111-1/+1
|
* fix prefix-based formatting of numbers that are slightly below the boundary ↵Roman Perepelitsa2021-12-111-5/+13
| | | | (#1664)
* attempt to fix asdf when some files have windows line endings (#1653)Roman Perepelitsa2021-12-081-2/+2
|
* enable bracketed paste when printing instant promptRoman Perepelitsa2021-10-281-2/+2
|
* add _p9k__raw_msg for direnv notifications in zsh4humansRoman Perepelitsa2021-10-271-1/+1
|
* survive non-writable $TTYRoman Perepelitsa2021-10-141-1/+8
|
* disable icanon on the tty after printing instant prompt; this way keys like ↵Roman Perepelitsa2021-10-101-1/+4
| | | | Ctrl-R and Ctrl-D will get through to zle
* speed up pre-redraw hookRoman Perepelitsa2021-10-081-9/+39
|
* remove obsolete nordvpn commentsRoman Perepelitsa2021-10-061-7/+0
|
* fix nordvpn; it was broken by the latest upstream update (#1590)Roman Perepelitsa2021-10-061-29/+49
|
* Add RHEL to the OS Icon lists (#1581)Charles Timko2021-09-221-0/+1
| | | * Add RHEL to the OS Icon lists