Commit Graph
100 Commits
Author SHA1 Message Date
Roman Perepelitsa 20323d6f8c display = in git status if up to date with the remote (#2361) 2023-06-26 10:33:21 +02:00
Roman Perepelitsa 017395a266 release v1.19.0 2023-06-23 07:44:27 +02:00
Roman Perepelitsa 360dcd3907 respect XDG_DATA_HOME when looking for the timewarrior data directory (#2344)
The logic for finding the data directory is as follows:

1. Find the root directory:
  1.1 If TIMEWARRIORDB is set, use that.
  1.2 Else if ~/.timewarrior is an existing directory, use that.
  1.3 Else if XDG_DATA_HOME is set, use $XDG_DATA_HOME/timewarrior.
  1.4 Else use ~/.local/share/timewarrior.
2. Append "/data" to the root directory.
2023-06-15 08:48:43 +02:00
Roman Perepelitsa 944f52fc43 move chezmoi_shell in the docs closer to other shell indicator segments 2023-06-11 09:09:24 +02:00
Roman Perepelitsa cc4878aef2 fix chezmoi segment and rename it to chezmoi_shell (#2311)
- 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.
2023-06-11 09:07:41 +02:00
Roman Perepelitsa c775a3ffd5 Merge branch 'Alkindi42-feat/add-chezmoi-prompt' 2023-06-11 08:14:15 +02:00
Roman Perepelitsa 416bdf1ca3 Merge branch 'feat/add-chezmoi-prompt' of https://github.com/Alkindi42/powerlevel10k into Alkindi42-feat/add-chezmoi-prompt 2023-06-11 08:14:06 +02:00
Roman Perepelitsa 79753faacb add a comment within .p10k.zsh explaining the use of "_joined" (#2332) 2023-06-04 20:11:07 +02:00
Roman Perepelitsa 3ce7bac4ff Merge branch 'warp' 2023-05-27 07:34:08 +02:00
Roman Perepelitsa 8cce84643f set P9K_VERSION (#2307) 2023-05-17 17:57:29 +02:00
Roman Perepelitsa a69aa22fa8 show the right cwd when some part of it gets renamed (#2304) 2023-05-16 10:43:49 +02:00
Roman Perepelitsa f4a7e6d0e0 force shell integration when running under warp (#2307) 2023-05-16 10:16:42 +02:00
Roman Perepelitsa 7bb3f05318 annotate right prompt for warp (#2307) 2023-05-16 10:16:05 +02:00
Roman Perepelitsa 1dcd882593 set P9K_STARTUP_CONSOLE_OUTPUT to assist in debugging startup console output problems 2023-05-10 09:25:31 +02:00
Roman Perepelitsa 064f4d2209 whitelist DCS in startup console output (#2299) 2023-05-10 09:25:01 +02:00
Roman Perepelitsa 0a9eb73e16 nvm: change the default value of POWERLEVEL9K_NVM_PROMPT_ALWAYS_SHOW back to false (#2296) 2023-05-08 09:10:24 +02:00
Roman Perepelitsa 016512f493 nvm: change the default value of POWERLEVEL9K_NVM_PROMPT_ALWAYS_SHOW to true and fix the way it is used (#2296) 2023-05-08 09:06:00 +02:00
Roman Perepelitsa 7039779c19 Merge branch 'zaidhaan-nvm-always-show' 2023-05-08 08:57:29 +02:00
Roman Perepelitsa 0af598cbed wizard: add a screen for detecting faulty terminals that render glyphs such as U+F0001 as wide (e.g., Windows Terminal) 2023-05-04 11:50:14 +02:00
Roman Perepelitsa ce0bee979b wizard: check for unicode 9 support before asking about U+F0737 2023-05-04 10:40:52 +02:00
Roman Perepelitsa dff735c261 increase the default value of POWERLEVEL9K_GITSTATUS_INIT_TIMEOUT_SEC from 5 to 10 2023-04-29 08:52:46 +02:00
Roman Perepelitsa 630c1868df add POWERLEVEL9K_GITSTATUS_INIT_TIMEOUT_SEC 2023-04-29 08:51:49 +02:00
Roman Perepelitsa bbea8d2d06 use U+F327 (Kali Linux logo) only with POWERLEVEL9K_MODE=nerdfont-v3 (#2281) 2023-04-24 10:39:39 +02:00
Roman Perepelitsa 6f8dec7a76 Merge branch 'zerom0-master' 2023-04-24 10:32:01 +02:00
Roman Perepelitsa 045f006c50 correctly resolve node_version when using nodenv (#2268) 2023-04-18 09:50:43 +02:00
Roman Perepelitsa c1b5b2c8aa Merge branch 'LucasLarson-clock_mnemonic' 2023-04-15 20:25:33 +02:00
Roman Perepelitsa f27d192eb2 bump version 2023-04-12 11:08:01 +02:00
Roman Perepelitsa bab655fb1f do not infer nix_shell from PATH unless POWERLEVEL9K_NIX_SHELL_INFER_FROM_PATH is set to true (#2246) 2023-04-12 11:07:32 +02:00
Roman Perepelitsa fb1287fedb simplify _p9k_url_escape 2023-04-07 13:24:49 +02:00
Roman Perepelitsa 1cff22491b fix the kubernetes icon (#2217) 2023-04-05 18:14:52 +02:00
Roman Perepelitsa b474978b2e wizard: prefer POWERLEVEL9K_MODE=nerdfont-complete over nerdfont-v3
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'
2023-04-03 14:23:14 +02:00
Roman Perepelitsa 8167383665 wizard bug fix: offer advanced powerline options when using nerdfont-v3 2023-04-03 12:34:11 +02:00
Roman Perepelitsa d031df752b wizard: detect POWERLEVEL9K_MODE=nerdfont-v3
This is Step 2 of https://github.com/romkatv/powerlevel10k/issues/2217#issuecomment-1493271666.
2023-04-02 14:22:01 +02:00
Roman Perepelitsa 6314edf35c wizard: rename capability "arrow" to "quotes" 2023-04-02 14:19:00 +02:00
Roman Perepelitsa 6c82236d6f nerdfonts-v3: add an icon for EndevourOS (#1933) 2023-04-02 13:34:20 +02:00
Roman Perepelitsa 6b50e0918b nerdfonts-v3: use the kubernetes logo as a kubernetes icon (#2184) 2023-04-02 13:23:06 +02:00
Roman Perepelitsa ec1702caf1 nerdfonts-v3: add icons for artix and void linux (#2033) 2023-04-02 13:20:27 +02:00
Roman Perepelitsa f02b8d365b add POWERLEVEL9K_MODE=nerdfont-v3 (#2217)
This is Step 1 of https://github.com/romkatv/powerlevel10k/issues/2217#issuecomment-1493271666.
2023-04-02 13:14:47 +02:00
Roman Perepelitsa 614a6ed1ca display nix_shell if path contains /nix/store/* (#2246) 2023-04-01 10:51:37 +02:00
Roman Perepelitsa cb9788b12a docs: fix zed font instructions 2023-03-16 09:51:24 +01:00
Roman Perepelitsa 7f30a32ee6 Merge branch 'lazarjov-master' 2023-03-16 09:44:25 +01:00
Roman Perepelitsa 2aa16c5431 docs: prune the list of kubecontext commands 2023-03-03 17:01:19 +01:00
Roman Perepelitsa a30145b0f8 add an optional parameter to _p9k_upglob to pass glob qualifiers and use it in most cases to restrict globbing to files/directories/links/etc (#2175) 2023-01-30 20:25:55 +01:00
Roman Perepelitsa e7b2bb2372 set POWERLEVEL9K_VPN_IP_INTERFACE to the same value as the default: this adds ZeroTier support 2023-01-28 12:50:42 +01:00
Roman Perepelitsa 0adbc1415b fix a silly bug introduced in the last commit (#2170) 2023-01-23 11:11:20 +01:00
Roman Perepelitsa f03d917fb0 fix network interface detection on macos (#2170)
This was broken in #2088.
2023-01-23 10:59:07 +01:00
Roman Perepelitsa 21e89cb61d bust caches 2023-01-19 18:46:16 +01:00
Roman Perepelitsa a066b55f85 don't trust P9K_SSH if it was set with a different TTY (#2154) 2023-01-13 12:06:20 +01:00
Roman Perepelitsa 1a4b01c232 work around a bug in ohmyzsh (#2152)
The bug was introduced here: https://github.com/ohmyzsh/ohmyzsh/commit/3dd83a22a160249a71631a51490fd3b89d1b3975

This causes Oh My Zsh to print \r to the terminal.
2023-01-11 21:52:19 +01:00
Roman Perepelitsa 33916e91a7 add a missing lf header to p10k-lean.zsh (#2126) 2022-12-16 15:52:19 +01:00
Roman Perepelitsa c08975d0f6 Merge branch 'UtkarshVerma-master' 2022-12-16 15:50:58 +01:00
Roman Perepelitsa a7bf4c83de docs: add cpu_arch 2022-12-02 10:36:06 +01:00
Roman Perepelitsa edafcb5a7d fix bugs in cpu_arch 2022-12-02 10:34:51 +01:00
Roman Perepelitsa 9f0751c2e3 Merge branch 'clarkcox3-master' 2022-12-02 10:25:43 +01:00
Roman Perepelitsa 6609767abd don't invoke mktemp if it doesn't exist 2022-11-28 12:14:48 +01:00
Roman Perepelitsa 8d47270e8c don't invoke mktemp if it doesn't exist 2022-11-27 15:37:04 +01:00
Roman Perepelitsa 176f781121 assume that dotnet version may depend on the content of global.json (#2103) 2022-11-27 11:45:23 +01:00
Roman Perepelitsa cf83ab21e4 fix a bug in zap install instructions and add uninstall instructions (#2093) 2022-11-17 10:22:27 +01:00
Roman Perepelitsa 54798e0c18 Merge branch 'shwcsmack-patch-1' 2022-11-17 10:13:08 +01:00
Roman Perepelitsa bc5983543a Merge branch 'ebardie-ebardie/prefer_ip_over_ifconfig' 2022-11-14 14:58:15 +01:00
Roman Perepelitsa 8c55eb4fa3 wizad: add a hint pointing to the frame when asking for frame color 2022-11-14 14:26:12 +01:00
Roman Perepelitsa 5a3109e40d replace POWERLEVEL9K_CHRUBY_SHOW_ENGINE_IF_RUBY with POWERLEVEL9K_CHRUBY_SHOW_ENGINE_PATTERN (#2072)
POWERLEVEL9K_CHRUBY_SHOW_ENGINE_PATTERN defines a pattern that
RUBY_ENGINE should match for it to be shown. Matching is done
with extended_glob.

For example, to show all values of RUBY_ENGINE except "ruby":

    POWERLEVEL9K_CHRUBY_SHOW_ENGINE_PATTERN='^ruby'

If POWERLEVEL9K_CHRUBY_SHOW_ENGINE_PATTERN is unset and
POWERLEVEL9K_CHRUBY_SHOW_ENGINE is set to true,
the behavior is the same as if POWERLEVEL9K_CHRUBY_SHOW_ENGINE_PATTERN
was set to *.
2022-11-02 15:55:35 +01:00
Roman Perepelitsa f68197a3aa Merge branch 'skipkayhil-rm-ruby-engine-if-ruby' 2022-11-02 11:04:17 +01:00
Roman Perepelitsa 8091c8a3a8 Merge branch 'mmathys-patch-1' 2022-10-09 11:59:23 +02:00
Roman Perepelitsa e4a94a8ae0 Merge branch 'patch-1' of github.com:mmathys/powerlevel10k into mmathys-patch-1 2022-10-09 11:59:09 +02:00
Roman Perepelitsa cd47894197 Merge commit 'ed1b02efd5f7691d72cf9b657d939e3adc31034c' 2022-10-09 11:58:40 +02:00
Roman Perepelitsa ed1b02efd5 Squashed 'gitstatus/' changes from 6dc0738c0..4b47ca047
4b47ca047 docs: s/mainland China/China/
b74da1403 docs: fix grammar
fc27662b4 Merge branch 'andresrinivasan-patch-1'
ad739b2b0 Clarify that gitstatus is included with Powerlevel10k

git-subtree-dir: gitstatus
git-subtree-split: 4b47ca047be1d482dbebec7279386a9365b946c6
2022-10-09 11:58:40 +02:00
Roman Perepelitsa bd0c9f4ec7 rename arch to cpu_arch and rewrite it (#1752) 2022-10-09 11:54:02 +02:00
Roman Perepelitsa f89b54faf2 Merge branch 'brent-moffit-master' 2022-10-08 16:13:48 +02:00
Roman Perepelitsa 02290d1eb9 Merge branch 'master' of github.com:brent-moffit/powerlevel10k into brent-moffit-master 2022-10-08 16:13:40 +02:00
Roman Perepelitsa 5ee784787f fix a bug introduced in cf1b586515 2022-10-05 11:26:40 +02:00
Roman Perepelitsa cf1b586515 fix bugs introduced in 843dcf0167 2022-10-05 10:23:04 +02:00
Roman Perepelitsa 843dcf0167 survive broken FPATH (#10 2022-10-02 18:34:25 +02:00
Roman Perepelitsa 4bbb198a60 fix tables broken by the last commit 2022-09-04 19:22:31 +02:00
Roman Perepelitsa b4a5379be8 Merge branch 'andresrinivasan-patch-1' 2022-09-04 19:21:23 +02:00
Roman Perepelitsa 5ca97df8fe Merge branch 'patch-1' of github.com:andresrinivasan/powerlevel10k into andresrinivasan-patch-1 2022-09-04 19:20:57 +02:00
Roman Perepelitsa 3bfbb8294f sync fonts.md with README.md 2022-08-31 09:47:53 +02:00
Roman Perepelitsa cbca1bd8c1 docs: set font in Windows Terminal through the Settings UI 2022-08-31 09:46:32 +02:00
Roman Perepelitsa 534ace8773 Merge branch 'phwt-patch-1' 2022-08-31 09:42:55 +02:00
Roman Perepelitsa 0493886837 clarify that quotes are necessary when specifying font name in crostini (#1934) 2022-08-20 10:16:28 +02:00
Roman Perepelitsa f9fd384d8d make zi installation instructions consistent with the rest; fix table formatting 2022-07-31 11:46:16 +02:00
Roman Perepelitsa 4a60348e07 Merge branch '0xMRTT-patch-1' 2022-07-31 11:43:24 +02:00
Roman Perepelitsa e72264e01c don't trust cnorm as it's incorrect in some combinations of terminals and terminfo (#1699) 2022-07-21 13:54:51 +02:00
Roman Perepelitsa fd5fa09504 fix toolbox segment (#1916) 2022-07-20 11:12:37 +02:00
Roman Perepelitsa 7704f6b877 Merge branch 'christian-schulze-use-HOST-for-distrobox-detection' 2022-07-20 11:10:56 +02:00
Roman Perepelitsa 64c5f10379 Merge branch 'use-HOST-for-distrobox-detection' of https://github.com/christian-schulze/powerlevel10k into christian-schulze-use-HOST-for-distrobox-detection 2022-07-20 11:10:42 +02:00
Roman Perepelitsa 2dd6a29e4d replace a hyperlink in crostini instructions with regular text (#1934) 2022-07-14 16:42:44 +02:00
Roman Perepelitsa be3724bc80 typo in comments 2022-07-11 10:08:06 +02:00
Roman Perepelitsa 487a388dbd make crostini font instructions stylistically similar to the rest and copy them over to font.md (#1934) 2022-07-11 10:00:20 +02:00
Roman Perepelitsa c1c827e21d Merge branch 'alkis-crostini' 2022-07-11 09:51:59 +02:00
Roman Perepelitsa cf67cad465 fix the UNICODE code point for powerline "branch" icon in comments (#1911) 2022-06-22 12:06:42 +02:00
Roman Perepelitsa 0bef490cda replace fig ads with installation instructions 2022-06-15 20:37:51 +02:00
Roman Perepelitsa 3ed9c1bce1 Merge branch 'ibayramli2001-fig' 2022-06-15 20:34:06 +02:00
Roman Perepelitsa 6b128d48d6 update alpine linux installation instructions 2022-06-06 17:33:37 +02:00
Roman Perepelitsa 5c7ad753a2 add installation instructions for alpine; related: #1828 2022-05-28 18:59:10 +02:00
Roman Perepelitsa a3f6859a8d cleanup 2022-05-26 09:42:26 +02:00
Roman Perepelitsa 74ff02a819 work around a bug in zsh 5.4.1 (#1872)
Here's the bug:

  zsh -fc 'print "${#${x}}"'

This code should print "0" but it prints "1" in zsh 5.4.1.
2022-05-20 16:58:51 +02:00
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
2022-04-04 15:14:55 +02:00
Roman Perepelitsa 65599411ec ignore garbage printed by vscode 2022-03-20 14:58:15 +01:00
Roman Perepelitsa e13283ec7d bug fix: strip escape sequences in instant prompt output less aggressively 2022-03-20 14:57:27 +01:00