aboutsummaryrefslogtreecommitdiff
path: root/internal/p10k.zsh
Commit message (Collapse)AuthorAgeFilesLines
* set the default value of LINUX_NEON_ICON to a glyph that exists in the ↵HEADmasterRoman Perepelitsa2024-02-011-2/+2
| | | | recommended font (#2553)
* neon supportAndrea2024-02-011-6/+46
|
* add neon supportAndrea2024-02-011-46/+7
|
* rewrite the handling of custom prompt in virtualenv (#2540)Roman Perepelitsa2024-01-201-25/+36
|
* Add parsing of pyvenv.cfgMikalai Rahachou2024-01-191-0/+29
|
* bump versionRoman Perepelitsa2024-01-151-1/+1
|
* fix a silly bug introduced in the last commit (#2534)Roman Perepelitsa2024-01-151-1/+1
|
* work around a bug in laravel that results in colorized output (#2534)Roman Perepelitsa2024-01-151-1/+5
|
* fix a bug in DCS detection within instant prompt output (#2518)Roman Perepelitsa2024-01-051-1/+1
|
* be a lot more strict when matching the remote git URL (#2493)Roman Perepelitsa2023-12-021-57/+43
| | | | | | | | | | | | | | | | | | | | | | | | | | When you choose "Many icons" option in the configuration wizard, git repositories with a remote receive an icon that depends on the remote's URL. In the past the matching of the URL was rather lax: both https://foo.bar/github.com and https://github.com.foo.bar/ were recognized as belonging to github.com. This is no longer the case. If you start seeing the plain "git" icon where you were used to seeing a github/gitlab/etc logo, please open an issue. Make sure to mention the remote URL of your repo. This change also allows you to specify the mapping from remote URLs to icons. Here's an example: typeset -g POWERLEVEL9K_VCS_GIT_REMOTE_ICONS=( '*@my-company.com:*' VCS_GIT_MY_COMPANY_ICON '?*' VCS_GIT_ICON '*' '' ) POWERLEVEL9K_VCS_GIT_MY_COMPANY_ICON='my-company-logo' The matching is done in the specified order: the first match wins.
* Add various remote git server instanceshasecilu2023-11-241-1/+30
| | | | | | | | | Currently only icons for big providers of git hosting service are available. Organizations of open source software usually manage their own instances. Adding the remote addresses of some of this organizations will let us to identify via a glyph icon the provider of the source code.
* recognize azure devops git remote HTTPS URLs (#2472)Roman Perepelitsa2023-11-011-3/+5
|
* use newer icons for azure and azure devops (#2472)Roman Perepelitsa2023-11-011-1/+1
|
* make terraform_version compatible with tfenv (#2049)Roman Perepelitsa2023-10-231-5/+9
|
* make rust_version segment compatible with the new rustup toolchain file (#2413)Roman Perepelitsa2023-10-231-58/+45
|
* add an icon for azure to vcs (#2447)Roman Perepelitsa2023-10-091-6/+9
|
* bump versionRoman Perepelitsa2023-09-081-1/+1
|
* add Guix System icon (#2424)Jussi Timperi2023-09-081-0/+1
|
* fix typos in docs and commentsAlejandro Criado-Pérez2023-08-101-4/+4
|
* bump version + cleanup (#2391)Roman Perepelitsa2023-07-251-1/+1
|
* Add rocky iconMarkus Kurtz2023-07-251-0/+1
|
* new segment: per_directory_history (#2384)Roman Perepelitsa2023-07-251-1/+26
|
* unquote ID in /etc/os-release (#2388)Roman Perepelitsa2023-07-251-1/+1
|
* unquote ID in /etc/os-release (#2388)Roman Perepelitsa2023-07-251-2/+2
|
* clean up the handling of POWERLEVEL9K_AZURE_CLASSES and put it in all ↵Roman Perepelitsa2023-07-111-7/+7
| | | | | | | configs (#2379) This reverts commit 343d4f44e524e9674ecfb6f0df9114563232b889, reversing changes made to 4dca4bdfbb118953b73a131f511094462165971d.
* fix pattern coloration for azure defined classesBEN MANSOUR Mohamed Rafik2023-07-101-0/+1
|
* bug fix: honor POWERLEVEL9K_LEFT_SEGMENT_END_SEPARATOR in instant prompt (#2376)Roman Perepelitsa2023-07-091-2/+9
|
* release v1.19.0v1.19.0Roman Perepelitsa2023-06-231-1/+1
|
* respect XDG_DATA_HOME when looking for the timewarrior data directory (#2344)Roman Perepelitsa2023-06-151-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 Perepelitsa2023-06-111-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 Perepelitsa2023-06-111-0/+15
|\ | | | | | | https://github.com/Alkindi42/powerlevel10k into Alkindi42-feat/add-chezmoi-prompt
| * feat(chezmoi): add instant_prompt_chezmoiAlkindi422023-06-101-0/+4
| |
| * feat: add chezmoi iconAlkindi422023-05-211-1/+1
| |
| * chezmoi: add chezmoi promptAlkindi422023-05-181-0/+11
| |
* | 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
| |
* | show the right cwd when some part of it gets renamed (#2304)Roman Perepelitsa2023-05-161-1/+1
|/
* 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)
* nvm: implement POWERLEVEL9K_NVM_PROMPT_ALWAYS_SHOW and default to falseZaidhaan Hussain2023-05-071-1/+5
|
* nvm: implement POWERLEVEL9K_NVM_SHOW_SYSTEM and default to trueZaidhaan Hussain2023-05-071-0/+4
|
* 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
|
* added icon for kali linuxMartin Mosler2023-04-231-0/+1
|
* correctly resolve node_version when using nodenv (#2268)Roman Perepelitsa2023-04-181-8/+35
|
* bump versionRoman Perepelitsa2023-04-121-1/+1
|