aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | fix chezmoi segment and rename it to chezmoi_shell (#2311)Roman Perepelitsa2023-06-118-44/+43
| | | | | | | | | | | | | | | | | | | | | | | | | | - Link to the project's homepage rather than its source code. - Move `chezmoi_shell` next to all the other *shell indicator* segments. - Use a shade of blue that resembes the color on chezmoi.io. - Don't go beyond 8 colors in 8-color configs. - Remove the segment from the *pure* config. - Fix whitespace padding on `CHEZMOI_ICON`. - Use the appropriate icon with all fonts (the same as `HOME`). - Add missing `CHEZMOI_ICON` definitions for "powerline" and "ascii" font modes. - Remove the redundant literal "chezmoi" content from the segment. - Fix instant prompt so that the segment is shown only when `$CHEZMOI` is non-empty.
* | Merge branch 'Alkindi42-feat/add-chezmoi-prompt'Roman Perepelitsa2023-06-118-0/+51
|\ \
| * | Merge branch 'feat/add-chezmoi-prompt' of ↵Roman Perepelitsa2023-06-118-0/+51
|/| | | | | | | | | | | https://github.com/Alkindi42/powerlevel10k into Alkindi42-feat/add-chezmoi-prompt
| * | feat(chezmoi): add instant_prompt_chezmoiAlkindi422023-06-101-0/+4
| | |
| * | feat: add color and custom iconAlkindi422023-06-104-0/+25
| | |
| * | doc: add chezmoi prompt in the READMEAlkindi422023-05-211-0/+1
| | |
| * | feat: add chezmoi iconAlkindi422023-05-212-1/+6
| | |
| * | feat: enable chezmoi prompt in configurationsAlkindi422023-05-215-0/+5
| | |
| * | chezmoi: add chezmoi promptAlkindi422023-05-181-0/+11
| | |
* | | Added cert manager cmctl to POWERLEVEL9K_KUBECONTEXT_SHOW_ON_COMMANDkvanzuijlen2023-06-084-4/+4
| | |
* | | add a comment within .p10k.zsh explaining the use of "_joined" (#2332)Roman Perepelitsa2023-06-042-0/+6
| | |
* | | Merge branch 'warp'Roman Perepelitsa2023-05-271-2/+13
|\ \ \
| * | | set P9K_VERSION (#2307)Roman Perepelitsa2023-05-171-1/+2
| | | |
| * | | force shell integration when running under warp (#2307)Roman Perepelitsa2023-05-161-0/+2
| | | |
| * | | annotate right prompt for warp (#2307)Roman Perepelitsa2023-05-161-2/+10
| | | |
* | | | Update README.mdSkyler2023-05-201-1/+1
| |/ / |/| | | | | Fixed a small bug in alpine linux hyperlink under Installation
* | | show the right cwd when some part of it gets renamed (#2304)Roman Perepelitsa2023-05-161-1/+1
|/ /
* | Update README.mdArthur McLain2023-05-111-2/+2
| |
* | set P9K_STARTUP_CONSOLE_OUTPUT to assist in debugging startup console output ↵Roman Perepelitsa2023-05-101-0/+1
| | | | | | | | problems
* | whitelist DCS in startup console output (#2299)Roman Perepelitsa2023-05-101-1/+3
| |
* | nvm: change the default value of POWERLEVEL9K_NVM_PROMPT_ALWAYS_SHOW back to ↵Roman Perepelitsa2023-05-081-2/+2
| | | | | | | | false (#2296)
* | nvm: change the default value of POWERLEVEL9K_NVM_PROMPT_ALWAYS_SHOW to true ↵Roman Perepelitsa2023-05-081-9/+9
| | | | | | | | and fix the way it is used (#2296)
* | Merge branch 'zaidhaan-nvm-always-show'Roman Perepelitsa2023-05-085-1/+17
|\ \
| * | nvm: implement POWERLEVEL9K_NVM_PROMPT_ALWAYS_SHOW and default to falseZaidhaan Hussain2023-05-075-1/+17
|/ /
* | nvm: implement POWERLEVEL9K_NVM_SHOW_SYSTEM and default to trueZaidhaan Hussain2023-05-075-0/+12
| |
* | wizard: add a screen for detecting faulty terminals that render glyphs such ↵v1.18.0Roman Perepelitsa2023-05-041-0/+36
| | | | | | | | as U+F0001 as wide (e.g., Windows Terminal)
* | wizard: check for unicode 9 support before asking about U+F0737Roman Perepelitsa2023-05-041-0/+5
| |
* | increase the default value of POWERLEVEL9K_GITSTATUS_INIT_TIMEOUT_SEC from 5 ↵Roman Perepelitsa2023-04-291-2/+2
| | | | | | | | to 10
* | add POWERLEVEL9K_GITSTATUS_INIT_TIMEOUT_SECRoman Perepelitsa2023-04-291-2/+4
| |
* | use U+F327 (Kali Linux logo) only with POWERLEVEL9K_MODE=nerdfont-v3 (#2281)Roman Perepelitsa2023-04-242-4/+5
| |
* | Merge branch 'zerom0-master'Roman Perepelitsa2023-04-242-0/+8
|\ \
| * | added icon for kali linuxMartin Mosler2023-04-232-0/+8
|/ /
* | correctly resolve node_version when using nodenv (#2268)Roman Perepelitsa2023-04-181-8/+35
| |
* | Merge branch 'LucasLarson-clock_mnemonic'Roman Perepelitsa2023-04-151-6/+6
|\ \
| * | use less surprising input for clock optionLucas Larson2023-04-151-6/+6
|/ / | | | | | | | | | | | | | | | | | | | | for the three clock options (no clock, a 12-hour clock, or a 24-hour clock), use the first character of the option as the input to fix #2266. This pull request is a reissue of – and supersession of – #2267, which was pushed on a branch with non-ASCII characters in the name. Signed-off-by: Lucas Larson <LucasLarson@riseup.net>
* | bump versionRoman Perepelitsa2023-04-121-1/+1
| |
* | do not infer nix_shell from PATH unless ↵Roman Perepelitsa2023-04-125-4/+20
| | | | | | | | POWERLEVEL9K_NIX_SHELL_INFER_FROM_PATH is set to true (#2246)
* | simplify _p9k_url_escapeRoman Perepelitsa2023-04-071-10/+3
| |
* | fix the kubernetes icon (#2217)Roman Perepelitsa2023-04-051-1/+1
| |
* | wizard: prefer POWERLEVEL9K_MODE=nerdfont-complete over nerdfont-v3Roman Perepelitsa2023-04-031-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Apparently Windows Terminal has a bug. To reproduce: print -P '\UF0737%K{red} %k' The expected output: x_ Here 'x' signifies any glyph of width 1, and '_' signifies a red block. The actual output: x _ Notice the space. The output of the following two commands is as expected: print -P '\UFC35%K{red} %k' print -P '\UFC35x'
* | wizard bug fix: offer advanced powerline options when using nerdfont-v3nerdfonts-v3Roman Perepelitsa2023-04-031-3/+3
| |
* | wizard: detect POWERLEVEL9K_MODE=nerdfont-v3Roman Perepelitsa2023-04-021-16/+27
| | | | | | | | This is Step 2 of https://github.com/romkatv/powerlevel10k/issues/2217#issuecomment-1493271666.
* | wizard: rename capability "arrow" to "quotes"Roman Perepelitsa2023-04-021-7/+7
| |
* | nerdfonts-v3: add an icon for EndevourOS (#1933)Roman Perepelitsa2023-04-023-0/+9
| |
* | nerdfonts-v3: use the kubernetes logo as a kubernetes icon (#2184)Roman Perepelitsa2023-04-021-1/+1
| |
* | nerdfonts-v3: add icons for artix and void linux (#2033)Roman Perepelitsa2023-04-021-2/+2
| |
* | add POWERLEVEL9K_MODE=nerdfont-v3 (#2217)Roman Perepelitsa2023-04-021-0/+135
| | | | | | | | This is Step 1 of https://github.com/romkatv/powerlevel10k/issues/2217#issuecomment-1493271666.
* | display nix_shell if path contains /nix/store/* (#2246)Roman Perepelitsa2023-04-011-2/+4
| |
* | docs: fix zed font instructionsRoman Perepelitsa2023-03-162-18/+10
| |
* | Merge branch 'lazarjov-master'Roman Perepelitsa2023-03-162-0/+26
|\ \