Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add rocky icon | Markus Kurtz | 2023-07-25 | 1 | -0/+1 |
| | |||||
* | new segment: per_directory_history (#2384) | Roman Perepelitsa | 2023-07-25 | 1 | -1/+26 |
| | |||||
* | unquote ID in /etc/os-release (#2388) | Roman Perepelitsa | 2023-07-25 | 1 | -1/+1 |
| | |||||
* | unquote ID in /etc/os-release (#2388) | Roman Perepelitsa | 2023-07-25 | 1 | -2/+2 |
| | |||||
* | clean up the handling of POWERLEVEL9K_AZURE_CLASSES and put it in all ↵ | Roman Perepelitsa | 2023-07-11 | 1 | -7/+7 |
| | | | | | | | configs (#2379) This reverts commit 343d4f44e524e9674ecfb6f0df9114563232b889, reversing changes made to 4dca4bdfbb118953b73a131f511094462165971d. | ||||
* | fix pattern coloration for azure defined classes | BEN MANSOUR Mohamed Rafik | 2023-07-10 | 1 | -0/+1 |
| | |||||
* | bug fix: honor POWERLEVEL9K_LEFT_SEGMENT_END_SEPARATOR in instant prompt (#2376) | Roman Perepelitsa | 2023-07-09 | 1 | -2/+9 |
| | |||||
* | release v1.19.0v1.19.0 | Roman Perepelitsa | 2023-06-23 | 1 | -1/+1 |
| | |||||
* | respect XDG_DATA_HOME when looking for the timewarrior data directory (#2344) | Roman Perepelitsa | 2023-06-15 | 1 | -1/+4 |
| | | | | | | | | | | | 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. | ||||
* | fix chezmoi segment and rename it to chezmoi_shell (#2311) | Roman Perepelitsa | 2023-06-11 | 1 | -8/+6 |
| | | | | | | | | | | | | | - 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 'feat/add-chezmoi-prompt' of ↵ | Roman Perepelitsa | 2023-06-11 | 1 | -0/+15 |
|\ | | | | | | | https://github.com/Alkindi42/powerlevel10k into Alkindi42-feat/add-chezmoi-prompt | ||||
| * | feat(chezmoi): add instant_prompt_chezmoi | Alkindi42 | 2023-06-10 | 1 | -0/+4 |
| | | |||||
| * | feat: add chezmoi icon | Alkindi42 | 2023-05-21 | 1 | -1/+1 |
| | | |||||
| * | chezmoi: add chezmoi prompt | Alkindi42 | 2023-05-18 | 1 | -0/+11 |
| | | |||||
* | | Merge branch 'warp' | Roman Perepelitsa | 2023-05-27 | 1 | -2/+13 |
|\ \ | |/ |/| | |||||
| * | set P9K_VERSION (#2307) | Roman Perepelitsa | 2023-05-17 | 1 | -1/+2 |
| | | |||||
| * | force shell integration when running under warp (#2307) | Roman Perepelitsa | 2023-05-16 | 1 | -0/+2 |
| | | |||||
| * | annotate right prompt for warp (#2307) | Roman Perepelitsa | 2023-05-16 | 1 | -2/+10 |
| | | |||||
* | | show the right cwd when some part of it gets renamed (#2304) | Roman Perepelitsa | 2023-05-16 | 1 | -1/+1 |
|/ | |||||
* | set P9K_STARTUP_CONSOLE_OUTPUT to assist in debugging startup console output ↵ | Roman Perepelitsa | 2023-05-10 | 1 | -0/+1 |
| | | | | problems | ||||
* | whitelist DCS in startup console output (#2299) | Roman Perepelitsa | 2023-05-10 | 1 | -1/+3 |
| | |||||
* | nvm: change the default value of POWERLEVEL9K_NVM_PROMPT_ALWAYS_SHOW back to ↵ | Roman Perepelitsa | 2023-05-08 | 1 | -2/+2 |
| | | | | false (#2296) | ||||
* | nvm: change the default value of POWERLEVEL9K_NVM_PROMPT_ALWAYS_SHOW to true ↵ | Roman Perepelitsa | 2023-05-08 | 1 | -9/+9 |
| | | | | and fix the way it is used (#2296) | ||||
* | nvm: implement POWERLEVEL9K_NVM_PROMPT_ALWAYS_SHOW and default to false | Zaidhaan Hussain | 2023-05-07 | 1 | -1/+5 |
| | |||||
* | nvm: implement POWERLEVEL9K_NVM_SHOW_SYSTEM and default to true | Zaidhaan Hussain | 2023-05-07 | 1 | -0/+4 |
| | |||||
* | increase the default value of POWERLEVEL9K_GITSTATUS_INIT_TIMEOUT_SEC from 5 ↵ | Roman Perepelitsa | 2023-04-29 | 1 | -2/+2 |
| | | | | to 10 | ||||
* | add POWERLEVEL9K_GITSTATUS_INIT_TIMEOUT_SEC | Roman Perepelitsa | 2023-04-29 | 1 | -2/+4 |
| | |||||
* | added icon for kali linux | Martin Mosler | 2023-04-23 | 1 | -0/+1 |
| | |||||
* | correctly resolve node_version when using nodenv (#2268) | Roman Perepelitsa | 2023-04-18 | 1 | -8/+35 |
| | |||||
* | bump version | Roman Perepelitsa | 2023-04-12 | 1 | -1/+1 |
| | |||||
* | do not infer nix_shell from PATH unless ↵ | Roman Perepelitsa | 2023-04-12 | 1 | -4/+8 |
| | | | | POWERLEVEL9K_NIX_SHELL_INFER_FROM_PATH is set to true (#2246) | ||||
* | simplify _p9k_url_escape | Roman Perepelitsa | 2023-04-07 | 1 | -10/+3 |
| | |||||
* | nerdfonts-v3: add an icon for EndevourOS (#1933) | Roman Perepelitsa | 2023-04-02 | 1 | -0/+1 |
| | |||||
* | display nix_shell if path contains /nix/store/* (#2246) | Roman Perepelitsa | 2023-04-01 | 1 | -2/+4 |
| | |||||
* | add an optional parameter to _p9k_upglob to pass glob qualifiers and use it ↵ | Roman Perepelitsa | 2023-01-30 | 1 | -39/+36 |
| | | | | in most cases to restrict globbing to files/directories/links/etc (#2175) | ||||
* | fix the default value of POWERLEVEL9K_VPN_IP_INTERFACE | Mehyar | 2023-01-28 | 1 | -1/+1 |
| | | | | It was broken by #1730. | ||||
* | fix a silly bug introduced in the last commit (#2170) | Roman Perepelitsa | 2023-01-23 | 1 | -1/+1 |
| | |||||
* | fix network interface detection on macos (#2170) | Roman Perepelitsa | 2023-01-23 | 1 | -1/+1 |
| | | | | This was broken in #2088. | ||||
* | bust caches | Roman Perepelitsa | 2023-01-19 | 1 | -1/+1 |
| | |||||
* | Add AWS partitions support to EKS kubernetes cluster names | Zoltán Reegn | 2023-01-19 | 1 | -1/+1 |
| | | | | | | | | | | The AWS ARN in govcloud and china looks different to the currently supported one: https://docs.aws.amazon.com/govcloud-us/latest/UserGuide/using-govcloud-arns.html https://docs.amazonaws.cn/en_us/aws/latest/userguide/ARNs.html This change introduces support for all possible AWS partitions. | ||||
* | don't trust P9K_SSH if it was set with a different TTY (#2154)v1.17.0 | Roman Perepelitsa | 2023-01-13 | 1 | -2/+3 |
| | |||||
* | work around a bug in ohmyzsh (#2152) | Roman Perepelitsa | 2023-01-11 | 1 | -1/+1 |
| | | | | | | The bug was introduced here: https://github.com/ohmyzsh/ohmyzsh/commit/3dd83a22a160249a71631a51490fd3b89d1b3975 This causes Oh My Zsh to print \r to the terminal. | ||||
* | Add lf segment | Utkarsh Verma | 2022-12-16 | 1 | -0/+12 |
| | |||||
* | fix bugs in cpu_arch | Roman Perepelitsa | 2022-12-02 | 1 | -7/+13 |
| | |||||
* | Use "machine" where available for CPU arch | Clark S. Cox | 2022-12-02 | 1 | -1/+3 |
| | | | | This allows shells on macOS to display more specific CPU arch (e.g. a 64-bit intel machine will display "x86_64" instead of "i386") | ||||
* | assume that dotnet version may depend on the content of global.json (#2103) | Roman Perepelitsa | 2022-11-27 | 1 | -2/+5 |
| | |||||
* | Prefer `ip` over `ifconfig` for i/f detection. | Jonathan Sambrook | 2022-11-14 | 1 | -8/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | `ifconfig`'s formatting doesn't cope well with long interface names. In these cases it will eat up the whitespace separating the name from the text "Link" in the output, which makes parsing the output problematic. e.g. `ifconfig`: wlp0s20f0u2Link encap:Ethernet HWaddr 00:AA:BB:CC:DD:EE v.s `ip`: 21: wlp0s20f0u2: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc \ mq state UP group default qlen 1000 This commit swaps the order of detection inside `_p9k_prompt_net_iface_async()`, so that `ip` will be preferred. `ifconfig` is deprecated by distros in favour of `ip`, so this will often be an incredibly marginal performance boost :) NOTE: this commit does not address the problem with using `ifconfig`. I don't understand the zsh regex, so have not touched it. | ||||
* | replace POWERLEVEL9K_CHRUBY_SHOW_ENGINE_IF_RUBY with ↵ | Roman Perepelitsa | 2022-11-02 | 1 | -7/+7 |
| | | | | | | | | | | | | | | | | | 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 *. | ||||
* | Add chruby config to hide RUBY_ENGINE when "ruby" | Hartley McGuire | 2022-11-02 | 1 | -1/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously, the chruby segment looks like this for standard and non-standard ruby implementations respectively: ``` Ruby ruby 3.1.2 Ruby truffleruby 3.0.3 ``` While displaying the RUBY_ENGINE is helpful for non-standard implementations, showing it for "ruby" results in "Ruby ruby" which feels redundant. This commit adds a new configuration option to disable showing the RUBY_ENGINE when it is "ruby". Other values for RUBY_ENGINE will always display as before: ``` Ruby 3.1.2 Ruby truffleruby 3.0.3 ``` This also makes the formatting more similar to the asdf segment: ``` Ruby 3.1.2 Ruby truffleruby-22.3.0 ``` | ||||
* | rename arch to cpu_arch and rewrite it (#1752) | Roman Perepelitsa | 2022-10-09 | 1 | -8/+16 |
| |