aboutsummaryrefslogtreecommitdiff
path: root/internal
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* 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-271-2/+2
|
* suport hex flags in the output of ifconfig; see #979Roman Perepelitsa2020-08-261-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
|
* add `p10k display -r`Roman Perepelitsa2020-08-031-5/+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
|
* 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
|
* allow optional offset in POWERLEVEL9K_DIR_TRUNCATE_BEFORE_MARKER; see #896Roman Perepelitsa2020-07-181-7/+6
|
* 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
|
* start downloading gitstatusd while wizard is runningRoman Perepelitsa2020-07-131-1/+10
|
* Merge branch 'ancarpan-terraform-show-default'v1.12.0Roman Perepelitsa2020-07-041-1/+2
|\
| * Merge branch 'terraform-show-default' of ↵Roman Perepelitsa2020-07-041-1/+3
|/| | | | | | | https://github.com/ancarpan/powerlevel10k into ancarpan-terraform-show-default
| * Add option to show terraform workspace even if it's defaultAndrea Carpani2020-07-031-1/+3
| |
* | prefix all `source` calls with `builtin`Roman Perepelitsa2020-07-042-14/+14
|/
* 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.
* disable background transparency in iTerm2Roman Perepelitsa2020-06-281-13/+14
|
* suppress the expected error message from PlistBuddyRoman Perepelitsa2020-06-281-1/+1
|
* fix `fvm` styling that has been broken by the last commit; fixes #645Roman Perepelitsa2020-06-251-2/+2
|
* make `fvm` segment work with fvm >= 1.0.0; see #842Roman Perepelitsa2020-06-251-5/+23
|
* survive files with windows EOL (on linux, yes; people do that); see #827Roman Perepelitsa2020-06-161-3/+6
|
* notesRoman Perepelitsa2020-06-151-46/+7
|
* speed up pasting in terminals without bracketed pasteRoman Perepelitsa2020-06-151-30/+24
|
* respect POWERLEVEL9K_PROMPT_CHAR_ERROR_VIINS_CONTENT_EXPANSION in simple ↵Roman Perepelitsa2020-06-141-6/+15
| | | | transient prompt; see #820
* no need to call `zle -R` when using z4hRoman Perepelitsa2020-06-131-2/+2
|
* add an icon and asdf colors for julia; see #817Roman Perepelitsa2020-06-122-1/+7
|
* match terminal escape sequences in instant prompt output more aggressivelyRoman Perepelitsa2020-06-121-1/+1
|
* tweak omz update pattern; maybe it'll help with #729Roman Perepelitsa2020-06-111-2/+2
|
* make error message about incorrect powerlevel10k loading visible in more casesRoman Perepelitsa2020-06-111-32/+41
|
* fix a typo in remote-git-url => icon conversion (bitbucket was shows as ↵Roman Perepelitsa2020-06-091-8/+3
| | | | github); see #808
* don't start gitstatusd from instant prompt if there is no git commandRoman Perepelitsa2020-06-091-1/+2
|
* remove git from POWERLEVEL9K_VCS_BACKENDS if there is no git commandRoman Perepelitsa2020-06-091-4/+3
|
* don't initialize vcs if there is no git commandRoman Perepelitsa2020-06-091-1/+9
|
* default to POWERLEVEL9K_MODE=ascii if there is no UTF-8 localeRoman Perepelitsa2020-06-061-0/+1
|
* remove spurious error messages from _p9k_worker_stopRoman Perepelitsa2020-06-031-2/+4
|
* make todo segment work if todo-cli is installed from apt; see #785Roman Perepelitsa2020-06-021-13/+16
|
* jump straight to ascii if TERM is "dump" or "linux"v1.11.0Roman Perepelitsa2020-05-311-1/+1
|
* ignore POWERLEVEL9K_GITSTATUS_DIR when deciding whether to auto-trigger the ↵Roman Perepelitsa2020-05-311-1/+1
| | | | wizard
* speed up pasting in terminals without bracketed paste; see #568Roman Perepelitsa2020-05-291-2/+59
|
* add __p9k_root_dir and GITSTATUS_AUTO_INSTALL to param_patRoman Perepelitsa2020-05-291-5/+5
|
* more conservative instant prompt activation and cleanup on premature shell ↵romkatv2020-05-281-22/+32
| | | | exit; see #770
* avoid spurious error (even if harmless and invisible) on worker cleanupromkatv2020-05-261-1/+2
|