aboutsummaryrefslogtreecommitdiff
path: root/internal/p10k.zsh
Commit message (Collapse)AuthorAgeFilesLines
* remove artificial term scrolling before instant promptRoman Perepelitsa2020-11-101-6/+7
|
* print instant prompt only if TERM is the sameRoman Perepelitsa2020-11-101-4/+4
|
* reset text attributes at the end of precmdRoman Perepelitsa2020-11-081-0/+2
|
* wrap z4h-clear-screen-{soft,hard}-topRoman Perepelitsa2020-11-011-1/+3
|
* fix old/new TTY detectionRoman Perepelitsa2020-10-311-5/+7
|
* save/restore screen through z4h to make it work over sshRoman Perepelitsa2020-10-301-11/+20
|
* drop __p9k_initial_screen_empty; rely on _Z4H_TMUX_CMD insteadRoman Perepelitsa2020-10-301-17/+12
|
* add __p9k_initial_screen_empty for z4h integrationRoman Perepelitsa2020-10-271-4/+17
|
* check mtime of $TTY on startup if it points to a different tty than in the ↵Roman Perepelitsa2020-10-261-5/+6
| | | | parent; see #930
* recognize double-quoted strings when parsing kube configs; other types of ↵Roman Perepelitsa2020-10-211-18/+27
| | | | quotes are still not supported; see #1061
* fix a typo that was preventing zinit-specific diagnostic from being printed ↵Roman Perepelitsa2020-10-091-2/+2
| | | | as part of an error message
* make configuration options work when using Turkish locale (#1036)Roman Perepelitsa2020-10-051-32/+38
|
* dir: ignore separator overrides if cwd is / and ↵Roman Perepelitsa2020-09-291-12/+16
| | | | POWERLEVEL9K_DIR_OMIT_FIRST_CHARACTER is true
* expand c-escapes in POWERLEVEL9K_DIR_PATH_SEPARATORRoman Perepelitsa2020-09-291-0/+1
|
* don't print instant prompt if it was generated with the different value of ↵Roman Perepelitsa2020-09-161-4/+5
| | | | terminfo[colors]
* bug fix: superfluous dash in P9K_KUBECONTEXT_CLOUD_ZONE (#1013)Roman Perepelitsa2020-09-151-2/+2
|
* support POWERLEVEL9K_VIRTUALENV_SHOW_WITH_PYENV=if-different; see #730Roman Perepelitsa2020-09-091-8/+17
|
* add scalaenv prompt segment; see #991Roman Perepelitsa2020-09-031-0/+66
|
* support generic POWERLEVEL9K_* parameters for segments with dashes in their ↵Roman Perepelitsa2020-09-011-3/+3
| | | | names
* wifi: further cleanupv1.13.0Roman Perepelitsa2020-09-011-22/+12
|
* wifi on linux: fix bugs and speed things upRoman Perepelitsa2020-09-011-75/+85
|
* Merge branch 'master' of https://github.com/sys-lectern/powerlevel10k into ↵Roman Perepelitsa2020-09-011-22/+66
|\ | | | | | | sys-lectern-master
| * minor fixes and syntax improvementssys-lectern2020-08-251-0/+7
| |
| * minor fixes and syntax improvementssys-lectern2020-08-251-7/+7
| |
| * linux wifi widgethal90002020-08-241-28/+65
| |
* | support per-state POWERLEVEL9K_BATTERY_HIDE_ABOVE_THRESHOLD; see #988Roman Perepelitsa2020-08-311-2/+3
| |
* | bug fix: trigger transient prompt on send-breakRoman Perepelitsa2020-08-281-1/+17
| |
* | 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
|/
* 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-191-1/+4
|
* 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-161-1/+1
|
* 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-041-12/+12
|/
* add `CMB*` to battery directory patterns; see #858Roman Perepelitsa2020-07-021-2/+2
|
* replace NETWORK_ICONRoman Perepelitsa2020-07-021-1/+1
| | | | | | | | | | | | | 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.
* 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
|
* speed up pasting in terminals without bracketed pasteRoman Perepelitsa2020-06-151-30/+24
|