Commit Graph

3801 Commits (1d99a0bac3721f6d89ac23dfd97f6d30dc04a29e)
 

Author SHA1 Message Date
sys-lectern c464fd25e6 Merge branch 'master' of https://github.com/sys-lectern/powerlevel10k 4 years ago
sys-lectern 16cb58d15f minor fixes and syntax improvements 4 years ago
Roman Perepelitsa 6279aa57d7 add k9s, helmfile and terragrunt to some SHOW_ON_COMMAND params; #904 4 years ago
Roman Perepelitsa 2f4c3c4cec use portable sed syntax 4 years ago
David d62961131c
Delete log.txt 4 years ago
hal9000 8f90ed6d49 linux wifi widget 4 years ago
Roman Perepelitsa dca8774f1b add an empty line after the branch/tag truncation logic 4 years ago
Roman Perepelitsa 711490252e enable extended_glob in p10k-{pure,robbyrussell}.zsh to fix `unset -m` 4 years ago
Roman Perepelitsa 525e2545db wizard: when using z4h, automatically enable instant prompt in quiet mode 4 years ago
Roman Perepelitsa c425a5e635 bump version 4 years ago
Roman Perepelitsa 03ab8e9c7e don't expand _p9k_dir when dir is hidden via 'p10k display'; see #952 4 years ago
Roman Perepelitsa f63d6a31c1 Squashed 'gitstatus/' changes from fcebf0b0..3f874d9c
3f874d9c fix bash bindings when noclobber is set; see #171

git-subtree-dir: gitstatus
git-subtree-split: 3f874d9c5933d184b9b06472dcf25e8debb326a8
4 years ago
Roman Perepelitsa ebfaae2ab6 Merge commit 'f63d6a31c1348e304e40e4e0dcca750128ad2cfd' 4 years ago
Roman Perepelitsa 7a0bf995c7 formatting 4 years ago
Roman Perepelitsa b53b43533a fix wording in docs 4 years ago
Stephen d5d6ee11ff
Add MesloLGS font config steps for Alacritty (#929)
* Add MesloLGS font config steps for Alacritty

* Adding Alacritty font config changes

Shortened steps and included official doc.

* Simplified and updated Alacritty font config steps

Required YAML included in full. Quotes added to font family due to space in family name. Unnecessary detail has been removed.

* Reduced the required Alacritty font config YAML

Removed additional styles from the "MesloLGS NF" family, they are implied and not necessary to include.
4 years ago
Roman Perepelitsa c48b81ecb7 remove minimum screen size requirement for the wizard 4 years ago
Roman Perepelitsa 03e61879b5 add `p10k display -r` 4 years ago
Roman Perepelitsa cb59280c40 Squashed 'gitstatus/' changes from b157d02a..fcebf0b0
fcebf0b0 support armv8l; see #165; thanks, @ppoffice!
c2e03bc5 use fully-qualified remote ref name; see powerlevel10k/issues/915
dc827169 Merge branch 'master' of github.com:romkatv/gitstatus
4ad671ca build: set -march=armv8 when compiling for Apple's arm64 architecture

git-subtree-dir: gitstatus
git-subtree-split: fcebf0b0f7aff181f2ecc441458d8fc443125ad0
4 years ago
Roman Perepelitsa 422b7a94b9 Merge commit 'cb59280c407e60d6e993c24eaddb0feb5dd373a5' 4 years ago
Roman Perepelitsa 05ff662568 add more info about the resizing bug and patch 4 years ago
Roman Perepelitsa 598ff99f1b reduce the default value of POWERLEVEL9K_VCS_MAX_SYNC_LATENCY_SECONDS to 10ms 4 years ago
Roman Perepelitsa 2ba87f4d1f ksh_arrays compatibility 4 years ago
Roman Perepelitsa 15818346bf Squashed 'gitstatus/' changes from 7546f4de..b157d02a
b157d02a treat exit code 159 (SIGSYS) from gistatusd as terminal

git-subtree-dir: gitstatus
git-subtree-split: b157d02a9a89892f228064e06b5a817a24eea9ed
4 years ago
Roman Perepelitsa 88d5fb6145 Merge commit '15818346bf496c7e5f8cb21b2f273c47d386b7db' 4 years ago
Roman Perepelitsa 7a114ad6fb detect artix linux for the sake of displaying os logo; see #898 4 years ago
Roman Perepelitsa 86b747f434 bug fix: infinite loop when cwd doesn't exist; see #900 4 years ago
Roman Perepelitsa 24278ccd39 Merge commit 'bf2aa14becccd2b55180bc2aeff44d3a6015a580' 4 years ago
Roman Perepelitsa bf2aa14bec Squashed 'gitstatus/' changes from 89e9ebfd..7546f4de
7546f4de return norepo-sync when cwd does not exist
8ccd4d34 comments

git-subtree-dir: gitstatus
git-subtree-split: 7546f4def34558e44ee660a9970da80f760e99c8
4 years ago
Roman Perepelitsa 6dfd92f8c1 allow optional offset in POWERLEVEL9K_DIR_TRUNCATE_BEFORE_MARKER; see #896 4 years ago
Roman Perepelitsa 620e69fef1 replace NETWORK_ICON; the original (U+F877) triggers a bug on macOS; see #895 4 years ago
Roman Perepelitsa 4635fcacee don't fetch gitstatusd if there is no git 4 years ago
Roman Perepelitsa a28d45005e Merge branch 'master' of github.com:romkatv/powerlevel10k 4 years ago
Roman Perepelitsa cfc35853df start downloading gitstatusd while wizard is running 4 years ago
Kamlesh d0edcbc966
Add Instructions to make powerlevel10 work for Guake (#882)
Update instructions for the `Guake` terminal
4 years ago
Henry Bley-Vroman 34952e4a85
Fix POWERLEVEL9K_COMMAND_EXECUTION_TIME_THRESHOLD comments (#880) 4 years ago
Roman Perepelitsa 6c9d0977a6 make omz installation command work when executed from weird shells (no quoting though; that would be too much) 4 years ago
Roman Perepelitsa 0c341b6702 Merge branch 'ancarpan-terraform-show-default' 4 years ago
Roman Perepelitsa 06ed564092 Merge branch 'terraform-show-default' of https://github.com/ancarpan/powerlevel10k into ancarpan-terraform-show-default 4 years ago
Roman Perepelitsa 2d74ac9d06 prefix all `source` calls with `builtin` 4 years ago
Roman Perepelitsa ff8654ccd5 Squashed 'gitstatus/' changes from 0f5402c8..89e9ebfd
89e9ebfd survive zsh environments where `source` is a broken function

git-subtree-dir: gitstatus
git-subtree-split: 89e9ebfd59f5ddfea4d97ae1e510273415a57a51
4 years ago
Roman Perepelitsa 9486385824 Merge commit 'ff8654ccd5b4f22710a235e7f715913277612451' 4 years ago
Andrea Carpani 882cede0ae Add option to show terraform workspace even if it's default 4 years ago
Roman Perepelitsa e0ed693e6d add `CMB*` to battery directory patterns; see #858 4 years ago
Roman Perepelitsa be66f21f53 replace NETWORK_ICON
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.
4 years ago
Roman Perepelitsa a88e11f54b disable background transparency in iTerm2 4 years ago
Roman Perepelitsa db6f909958 suppress the expected error message from PlistBuddy 4 years ago
Roman Perepelitsa ae32fd58b3 fix `fvm` styling that has been broken by the last commit; fixes #645 4 years ago
Roman Perepelitsa 6a1e993a05 make `fvm` segment work with fvm >= 1.0.0; see #842 4 years ago
Roman Perepelitsa eadfdba707 Squashed 'gitstatus/' changes from 0d23fbd1..0f5402c8
0f5402c8 bug fix: properly propagate switches to gitstatusd

git-subtree-dir: gitstatus
git-subtree-split: 0f5402c8686a593cd21b95ade28a154dd51749bb
4 years ago