summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | fix wording in docsRoman Perepelitsa2020-08-091-7/+7
* | Add MesloLGS font config steps for Alacritty (#929)Stephen2020-08-091-0/+7
* | remove minimum screen size requirement for the wizardRoman Perepelitsa2020-08-061-5/+0
* | add `p10k display -r`Roman Perepelitsa2020-08-031-5/+19
* | Merge commit 'cb59280c407e60d6e993c24eaddb0feb5dd373a5'Roman Perepelitsa2020-07-303-2/+4
|\|
| * Squashed 'gitstatus/' changes from b157d02a..fcebf0b0Roman Perepelitsa2020-07-303-2/+4
* | add more info about the resizing bug and patchRoman Perepelitsa2020-07-291-12/+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
* | Merge commit '15818346bf496c7e5f8cb21b2f273c47d386b7db'Roman Perepelitsa2020-07-202-2/+2
|\|
| * Squashed 'gitstatus/' changes from 7546f4de..b157d02aRoman Perepelitsa2020-07-202-2/+2
* | 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
* | Merge commit 'bf2aa14becccd2b55180bc2aeff44d3a6015a580'Roman Perepelitsa2020-07-192-3/+11
|\|
| * Squashed 'gitstatus/' changes from 89e9ebfd..7546f4deRoman Perepelitsa2020-07-192-3/+11
* | allow optional offset in POWERLEVEL9K_DIR_TRUNCATE_BEFORE_MARKER; see #896Roman Perepelitsa2020-07-185-7/+26
* | 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
* | Merge branch 'master' of github.com:romkatv/powerlevel10kRoman Perepelitsa2020-07-135-4/+7
|\ \
| * | Add Instructions to make powerlevel10 work for Guake (#882)Kamlesh2020-07-121-0/+3
| * | Fix POWERLEVEL9K_COMMAND_EXECUTION_TIME_THRESHOLD comments (#880)Henry Bley-Vroman2020-07-114-4/+4
* | | start downloading gitstatusd while wizard is runningRoman Perepelitsa2020-07-131-1/+10
|/ /
* | make omz installation command work when executed from weird shells (no quotin...Roman Perepelitsa2020-07-111-28/+28
* | Merge branch 'ancarpan-terraform-show-default'v1.12.0Roman Perepelitsa2020-07-045-18/+28
|\ \
| * | Merge branch 'terraform-show-default' of https://github.com/ancarpan/powerlev...Roman Perepelitsa2020-07-045-1/+11
|/| |
| * | Add option to show terraform workspace even if it's defaultAndrea Carpani2020-07-035-1/+11
* | | prefix all `source` calls with `builtin`Roman Perepelitsa2020-07-043-15/+15
* | | Merge commit 'ff8654ccd5b4f22710a235e7f715913277612451'Roman Perepelitsa2020-07-041-11/+11
|\ \ \ | |/ / |/| / | |/
| * Squashed 'gitstatus/' changes from 0f5402c8..89e9ebfdRoman Perepelitsa2020-07-041-11/+11
* | add `CMB*` to battery directory patterns; see #858Roman Perepelitsa2020-07-021-2/+2
* | replace NETWORK_ICONRoman Perepelitsa2020-07-022-2/+2
* | 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
* | Merge commit 'eadfdba7073e625562ae02841608ea37a46e0120'Roman Perepelitsa2020-06-221-1/+1
|\|
| * Squashed 'gitstatus/' changes from 0d23fbd1..0f5402c8Roman Perepelitsa2020-06-221-1/+1
* | Fix typo in config comment. (#836)mundry2020-06-213-3/+3
* | Add font configuration instructions for Terminator. (#835)mundry2020-06-211-0/+3
* | 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
* | Merge commit '0717e57ff46201ff04e7d62cda8677e174a83be6'Roman Perepelitsa2020-06-144-13/+15
|\|
| * Squashed 'gitstatus/' changes from 1c74c8db..0d23fbd1Roman Perepelitsa2020-06-144-13/+15
* | respect POWERLEVEL9K_PROMPT_CHAR_ERROR_VIINS_CONTENT_EXPANSION in simple tran...Roman Perepelitsa2020-06-141-6/+15
* | no need to call `zle -R` when using z4hRoman Perepelitsa2020-06-131-2/+2
* | Merge commit 'b0158178925484c058e6175e174b639237532c63'Roman Perepelitsa2020-06-137-47/+58
|\|
| * Squashed 'gitstatus/' changes from 38d62a47..1c74c8dbRoman Perepelitsa2020-06-137-47/+58
* | explicitly mention that POWERLEVEL9K_ASDF_${TOOL}_FOREGROUND overrides POWERL...Roman Perepelitsa2020-06-124-0/+5
* | add an icon and asdf colors for julia; see #817Roman Perepelitsa2020-06-126-1/+28