summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | minor fixes and syntax improvementssys-lectern2020-08-252-8/+7
| |/ /
| * | linux wifi widgethal90002020-08-242-28/+66
| | |
* | | support per-state POWERLEVEL9K_BATTERY_HIDE_ABOVE_THRESHOLD; see #988Roman Perepelitsa2020-08-311-2/+3
| | |
* | | wizard: don't refuse to start if ZDOTDIR is not writable; see #987Roman Perepelitsa2020-08-302-6/+22
| | |
* | | docs: explicitly mention that powerlevel10k doesn't affect key bindingsRoman Perepelitsa2020-08-281-0/+1
| | |
* | | bug fix: trigger transient prompt on send-breakRoman Perepelitsa2020-08-281-1/+17
| | |
* | | wizard: simplify instant prompt screen; make sure all screens work with ↵Roman Perepelitsa2020-08-272-21/+39
| | | | | | | | | | | | 47x14 terminal size
* | | add "gpd" to the list of default VPN network interfaces; see #979Roman Perepelitsa2020-08-275-6/+6
| | |
* | | suport hex flags in the output of ifconfig; see #979Roman Perepelitsa2020-08-261-2/+2
| | |
* | | add k9s, helmfile and terragrunt to some SHOW_ON_COMMAND params; #904Roman Perepelitsa2020-08-245-21/+21
| | |
* | | use portable sed syntaxRoman Perepelitsa2020-08-241-1/+1
|/ /
* | add an empty line after the branch/tag truncation logicRoman Perepelitsa2020-08-224-0/+4
| |
* | enable extended_glob in p10k-{pure,robbyrussell}.zsh to fix `unset -m`Roman Perepelitsa2020-08-212-2/+2
| |
* | wizard: when using z4h, automatically enable instant prompt in quiet modeRoman Perepelitsa2020-08-201-0/+6
| |
* | bump versionRoman Perepelitsa2020-08-191-1/+1
| |
* | don't expand _p9k_dir when dir is hidden via 'p10k display'; see #952Roman Perepelitsa2020-08-181-1/+1
| |
* | Merge commit 'f63d6a31c1348e304e40e4e0dcca750128ad2cfd'Roman Perepelitsa2020-08-151-3/+3
|\|
| * Squashed 'gitstatus/' changes from fcebf0b0..3f874d9cRoman Perepelitsa2020-08-151-3/+3
| | | | | | | | | | | | | | 3f874d9c fix bash bindings when noclobber is set; see #171 git-subtree-dir: gitstatus git-subtree-split: 3f874d9c5933d184b9b06472dcf25e8debb326a8
* | formattingRoman Perepelitsa2020-08-091-5/+5
| |
* | fix wording in docsRoman Perepelitsa2020-08-091-7/+7
| |
* | Add MesloLGS font config steps for Alacritty (#929)Stephen2020-08-091-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add MesloLGS font config steps for Alacritty * Adding Alacritty font config changes Shortened steps and included official doc. * Simplified and updated Alacritty font config steps Required YAML included in full. Quotes added to font family due to space in family name. Unnecessary detail has been removed. * Reduced the required Alacritty font config YAML Removed additional styles from the "MesloLGS NF" family, they are implied and not necessary to include.
* | remove minimum screen size requirement for the wizardRoman Perepelitsa2020-08-061-5/+0
| |
* | add `p10k display -r`Roman Perepelitsa2020-08-031-5/+19
| |
* | Merge commit 'cb59280c407e60d6e993c24eaddb0feb5dd373a5'Roman Perepelitsa2020-07-303-2/+4
|\|
| * Squashed 'gitstatus/' changes from b157d02a..fcebf0b0Roman Perepelitsa2020-07-303-2/+4
| | | | | | | | | | | | | | | | | | | | fcebf0b0 support armv8l; see #165; thanks, @ppoffice! c2e03bc5 use fully-qualified remote ref name; see powerlevel10k/issues/915 dc827169 Merge branch 'master' of github.com:romkatv/gitstatus 4ad671ca build: set -march=armv8 when compiling for Apple's arm64 architecture git-subtree-dir: gitstatus git-subtree-split: fcebf0b0f7aff181f2ecc441458d8fc443125ad0
* | add more info about the resizing bug and patchRoman Perepelitsa2020-07-291-12/+19
| |
* | reduce the default value of POWERLEVEL9K_VCS_MAX_SYNC_LATENCY_SECONDS to 10msRoman Perepelitsa2020-07-291-2/+2
| |
* | ksh_arrays compatibilityRoman Perepelitsa2020-07-231-1/+1
| |
* | Merge commit '15818346bf496c7e5f8cb21b2f273c47d386b7db'Roman Perepelitsa2020-07-202-2/+2
|\|
| * Squashed 'gitstatus/' changes from 7546f4de..b157d02aRoman Perepelitsa2020-07-202-2/+2
| | | | | | | | | | | | | | b157d02a treat exit code 159 (SIGSYS) from gistatusd as terminal git-subtree-dir: gitstatus git-subtree-split: b157d02a9a89892f228064e06b5a817a24eea9ed
* | detect artix linux for the sake of displaying os logo; see #898Roman Perepelitsa2020-07-193-1/+13
| |
* | bug fix: infinite loop when cwd doesn't exist; see #900Roman Perepelitsa2020-07-191-15/+16
| |
* | Merge commit 'bf2aa14becccd2b55180bc2aeff44d3a6015a580'Roman Perepelitsa2020-07-192-3/+11
|\|
| * Squashed 'gitstatus/' changes from 89e9ebfd..7546f4deRoman Perepelitsa2020-07-192-3/+11
| | | | | | | | | | | | | | | | 7546f4de return norepo-sync when cwd does not exist 8ccd4d34 comments git-subtree-dir: gitstatus git-subtree-split: 7546f4def34558e44ee660a9970da80f760e99c8
* | allow optional offset in POWERLEVEL9K_DIR_TRUNCATE_BEFORE_MARKER; see #896Roman Perepelitsa2020-07-185-7/+26
| |
* | replace NETWORK_ICON; the original (U+F877) triggers a bug on macOS; see #895Roman Perepelitsa2020-07-162-2/+2
| |
* | don't fetch gitstatusd if there is no gitRoman Perepelitsa2020-07-141-12/+16
| |
* | Merge branch 'master' of github.com:romkatv/powerlevel10kRoman Perepelitsa2020-07-135-4/+7
|\ \
| * | Add Instructions to make powerlevel10 work for Guake (#882)Kamlesh2020-07-121-0/+3
| | | | | | | | | Update instructions for the `Guake` terminal
| * | Fix POWERLEVEL9K_COMMAND_EXECUTION_TIME_THRESHOLD comments (#880)Henry Bley-Vroman2020-07-114-4/+4
| | |
* | | start downloading gitstatusd while wizard is runningRoman Perepelitsa2020-07-131-1/+10
|/ /
* | make omz installation command work when executed from weird shells (no ↵Roman Perepelitsa2020-07-111-28/+28
| | | | | | | | quoting though; that would be too much)
* | Merge branch 'ancarpan-terraform-show-default'v1.12.0Roman Perepelitsa2020-07-045-18/+28
|\ \
| * | Merge branch 'terraform-show-default' of ↵Roman Perepelitsa2020-07-045-1/+11
|/| | | | | | | | | | | https://github.com/ancarpan/powerlevel10k into ancarpan-terraform-show-default
| * | Add option to show terraform workspace even if it's defaultAndrea Carpani2020-07-035-1/+11
| | |
* | | prefix all `source` calls with `builtin`Roman Perepelitsa2020-07-043-15/+15
| | |
* | | Merge commit 'ff8654ccd5b4f22710a235e7f715913277612451'Roman Perepelitsa2020-07-041-11/+11
|\ \ \ | |/ / |/| / | |/
| * Squashed 'gitstatus/' changes from 0f5402c8..89e9ebfdRoman Perepelitsa2020-07-041-11/+11
| | | | | | | | | | | | | | 89e9ebfd survive zsh environments where `source` is a broken function git-subtree-dir: gitstatus git-subtree-split: 89e9ebfd59f5ddfea4d97ae1e510273415a57a51
* | add `CMB*` to battery directory patterns; see #858Roman Perepelitsa2020-07-021-2/+2
| |
* | replace NETWORK_ICONRoman Perepelitsa2020-07-022-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | The original icon (U+FBF1) is in fact a ligature. Some terminals do funky things when displaying it. For example: print '\uFBF1 42 abc' When executed in a VTE-based terminal with Nerd Fonts, it'll print this: 42 X abc Here X stands for the glyph that Nerd Fonts uses for U+FBF1.