aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | Add CPU load threshold setting (#1340)Klas Mellbourn2021-04-041-0/+7
| |
* | Get active gcloud profile using `list` command (#1331)Éverton Arruda2021-03-301-1/+1
| | | | | | | | | | `gcloud config configure describe` command does not have `--filter` option. To filter the active profile using `--filter` it is necessary to use `gcloud config configure list` command
* | Added urxvt to manual font installation section. (#1326)Paweł Cembaluk2021-03-281-0/+6
| |
* | respect POWERLEVEL9K_SHORTEN_DIR_LENGTH when ↵Roman Perepelitsa2021-03-281-2/+5
| | | | | | | | POWERLEVEL9K_SHORTEN_STRATEGY=truncate_to_last
* | Sets the filter for the current gcloud profile (#1324)Ramon Lucas2021-03-271-1/+2
| | | | | | When you have multiple profiles set up, you should only search for what is currently active.
* | Add font configuration instructions for WezTerm (#1313)Daniel2021-03-211-0/+9
| |
* | remove all CR from prompt (#1304 and #1305)Roman Perepelitsa2021-03-171-3/+3
| |
* | don't display git tag when on a branch (#1294)Roman Perepelitsa2021-03-094-4/+4
| |
* | Fix #1286 (#1288)wzy2021-03-071-3/+3
| |
* | add fluxctl and stern to show kubecontext (#1268)bcochofel2021-02-215-9/+9
| |
* | add azure classes (#1274)bcochofel2021-02-211-1/+9
| |
* | work around bugs in add-zle-hook-widget (#1238)Roman Perepelitsa2021-01-261-3/+9
| |
* | Added wlan(w) to regular expression of network interfaces. (#1224)v1.14.6Dhananjay Tanpure2021-01-154-4/+4
| | | | | | Name of network interface is generally wlan0 or wlp3s0.
* | README Homebrew installation script fix (#1222)Jaehee Hong2021-01-141-1/+1
| | | | | | make homebrew installation instructions work on darwin-arm64 and linux
* | Change icon for the timewarrior segment to '⌚' (#1217)Thomas Lauf2021-01-131-1/+1
| | | | | | Icon was changed in https://github.com/romkatv/powerlevel10k/commit/c65260aaab46fee3d1eab033db258d0a366f03b4 from '🛡️' to '⌚'
* | doc cleanupRoman Perepelitsa2021-01-102-1/+4
| |
* | Merge branch 'joxxperez-master'Roman Perepelitsa2021-01-101-0/+1
|\ \
| * | Merge branch 'master' of https://github.com/joxxperez/powerlevel10k into ↵Roman Perepelitsa2021-01-101-0/+1
|/| | | | | | | | | | | joxxperez-master
| * | Add font installation instructions for WSLttyjoxxperez2021-01-021-0/+1
| | |
* | | doc cleanupRoman Perepelitsa2021-01-102-3/+5
| | |
* | | Merge branch 'YorkGrizzly-master'Roman Perepelitsa2021-01-101-0/+2
|\ \ \
| * | | Merge branch 'master' of https://github.com/YorkGrizzly/powerlevel10k into ↵Roman Perepelitsa2021-01-101-0/+2
|/| | | | | | | | | | | | | | | YorkGrizzly-master
| * | | Update font.mdYorkGrizzly2020-12-291-2/+2
| | | |
| * | | Update font.mdYorkGrizzly2020-12-291-2/+2
| | | |
| * | | Update font.mdYorkGrizzly2020-12-291-0/+2
| |/ /
* / / Add tailscale in VPN network interface regex. (#1208)Julio Carlos Barrera Juez2021-01-105-5/+5
|/ /
* | scroll the screen before printing promptRoman Perepelitsa2020-12-261-1/+19
| |
* | simplify `uname -m` matching on Windows platformsRoman Perepelitsa2020-12-241-1/+1
| |
* | uncomment BACKGROUND and FOREGROUND parameters in p10k-classic.zsh; comments ↵Roman Perepelitsa2020-12-241-117/+118
| | | | | | | | confuse users (#1182)
* | fix ram segment on darwin-arm64 (#1181)Roman Perepelitsa2020-12-241-1/+7
| | | | | | | | | | | | Darwin arm64 uses 16kB pages rather than 4kB. Thanks, @johnalanwoods!
* | Update os icon at zsh.exe on git for windows (#1180)Osman Tas2020-12-232-2/+2
| | | | | | | | | | | | | | | | | | | | | | * Update os icon for windows Windows icon is not shown on git for windows zsh.exe Same update also added to wizards.zsh file. * Update os icon for windows Windows icon is not shown on git for windows zsh.exe Same update also added to p10k.zsh file.
* | disable re_match_pcre, otherwise we can get an error when users enable this ↵Roman Perepelitsa2020-12-222-3/+3
| | | | | | | | option without having zsh/pcre module
* | Merge commit '9609a835ca2eb3089e35269a05369833e9ec0ba2'v1.14.5Roman Perepelitsa2020-12-214-38/+30
|\|
| * Squashed 'gitstatus/' changes from 630915cc..6d00edd0Roman Perepelitsa2020-12-214-40/+32
| | | | | | | | | | | | | | | | | | | | | | 6d00edd0 use a native binary on darwin-arm64 4994f160 add a build server for darwin-arm64 0e922813 invoke port with sudo 576571c7 support macports in addition to homebrew when building on macos b476570a remove trailing whitespace git-subtree-dir: gitstatus git-subtree-split: 6d00edd0bfd1d65a3cbcebfc6e679e8c43726acc
* | docs: more info about greyed out vcsRoman Perepelitsa2020-12-211-1/+15
| |
* | Remove trailing whitespace (#1173)Samuel Gräfenstein2020-12-207-17/+17
| |
* | refactor my_git_formatter to make it easier to change it so that tag is ↵Roman Perepelitsa2020-12-204-64/+96
| | | | | | | | always displayed
* | doc cleanupRoman Perepelitsa2020-12-202-2/+2
| |
* | docs: make `p10k configure` method of installing MesloLGS NF for iTerm2 more ↵Roman Perepelitsa2020-12-192-6/+6
| | | | | | | | prominent
* | nordvpn: pick up nordvpnd.sock from the new location (changed with the ↵v1.14.4Roman Perepelitsa2020-12-181-9/+17
| | | | | | | | latest nordvpn update); remove MISSING state; (#1167)
* | fix a comment above POWERLEVEL9K_OS_ICON_CONTENT_EXPANSION in lean styleRoman Perepelitsa2020-12-181-2/+2
| |
* | wizard: allow uppercase letters in choicesRoman Perepelitsa2020-12-161-0/+1
| |
* | remove accidental logging (#1161)Josh Skidmore2020-12-141-1/+0
| |
* | dir: add _NON_EXISTENT similarly to _NON_WRITABLE (requires ↵Roman Perepelitsa2020-12-145-38/+79
| | | | | | | | | | | | POWERLEVEL9K_DIR_SHOW_WRITABLE=v3) See #1160.
* | wifi: recognize SSID with spaces (#1152)Roman Perepelitsa2020-12-121-1/+1
| |
* | fix iterm2 integration when not using zsh4humans v5 (#192 and #1138)Roman Perepelitsa2020-12-021-3/+3
| |
* | use tmux bypass in iterm2 integration only if _z4h_iterm_cmd is definedRoman Perepelitsa2020-11-281-3/+4
| |
* | remove spurious slashes from tmux bypass sequencesRoman Perepelitsa2020-11-261-4/+4
| |
* | enable iterm2 shell integration when running in tmux in zsh4humansRoman Perepelitsa2020-11-261-5/+15
| |
* | Makefile: optimize recursive invocation (#1127)ratijas2020-11-261-1/+1
| |