Commit graph

3786 commits

Author SHA1 Message Date
Roman Perepelitsa
ade5b86226 docs: s/Windows Terminal/Microsoft Terminal/ 2020-11-25 17:53:00 +01:00
Roman Perepelitsa
e1e50dc84c Merge branch 'ravinderpal-patch-1' 2020-11-25 17:52:03 +01:00
Ravinder Pal Singh
8db9836617
Added instructions for IntelliJ 2020-11-25 16:46:34 +00:00
Roman Perepelitsa
98a8ec6f31 prompt_length cleanup 2020-11-25 16:36:03 +01:00
Roman Perepelitsa
685682da90 Revert "docs: experiment with image dimensions"
This reverts commit 507018f079.
2020-11-25 12:09:55 +01:00
Roman Perepelitsa
507018f079 docs: experiment with image dimensions 2020-11-25 11:52:44 +01:00
Roman Perepelitsa
7e363af9ed Merge commit 'fb89173a4257e0cfe3bfc772bc0cdbccd61e3be0' 2020-11-25 11:14:38 +01:00
Roman Perepelitsa
fb89173a42 Squashed 'gitstatus/' changes from 313fa4f1..1dcba393
1dcba393 bash bindings: provide better diagnostic for the common errors in gitstatus_start
603fb2ce move the rosetta check to `install`
3829edac provide better diagnostic for the common errors in gitstatus_start
e8c9d9cd propagate error messages from install to gitstatus_start; add a special diagnostic for rosetta2

git-subtree-dir: gitstatus
git-subtree-split: 1dcba3930654c54976f112b96acf2ce23006d9e5
2020-11-25 11:14:38 +01:00
Roman Perepelitsa
6b254621e7 Merge commit '98b96e06cc98ef2578adbf83ac4bb35a74485e8f' 2020-11-24 12:46:19 +01:00
Roman Perepelitsa
98b96e06cc Squashed 'gitstatus/' changes from ae213c54..313fa4f1
313fa4f1 make target pkg work with `make -C`

git-subtree-dir: gitstatus
git-subtree-split: 313fa4f1bfabe99a04027d0bdf6cbecff2e963c7
2020-11-24 12:46:19 +01:00
Roman Perepelitsa
139413f535 add Makefile 2020-11-24 12:46:00 +01:00
Roman Perepelitsa
39cf063480 Squashed 'gitstatus/' changes from 90cbb46b..ae213c54
ae213c54 add "pkg" target to makefile
a208375b comments
cdeb063d Give ListDir() the same semantics on BSD as on Linux

git-subtree-dir: gitstatus
git-subtree-split: ae213c540dd6924d3fb153a0860276897c9ba6c8
2020-11-24 12:32:19 +01:00
Roman Perepelitsa
21df7db2b2 Merge commit '39cf063480f6a378dadc802c174e96112c38c0c0' 2020-11-24 12:32:19 +01:00
Felix Yan
31ede3c1d3
Correct some typos in zsh conf (#1119) 2020-11-22 19:02:27 +01:00
Roman Perepelitsa
28301be914 Squashed 'gitstatus/' changes from cb363c77..90cbb46b
90cbb46b s/darwin-aarch64/darwin-arm64/ (#188)

git-subtree-dir: gitstatus
git-subtree-split: 90cbb46b7b185dc95ab96301ec49754f7e801395
2020-11-17 12:42:57 +01:00
Roman Perepelitsa
04f75a10a5 Merge commit '28301be914dec6da5d1bbd21cd8511cd71b419ee' 2020-11-17 12:42:57 +01:00
Roman Perepelitsa
790f4719ab Squashed 'gitstatus/' changes from f9acc15a..cb363c77
cb363c77 build: use zsh if possible when langued with bash < 4.0 (#188)
efb0fd1b make mbuild work with darwin-aarch64
c9e6e608 do not hardcode path to homebrew, retrieve it with `brew --prefix`
df4eba94 work around bugs in ancient versions of bash (#188)

git-subtree-dir: gitstatus
git-subtree-split: cb363c778a37575b0d5371d7e355d80ec7ae5498
2020-11-17 10:02:15 +01:00
Roman Perepelitsa
ece7213a3d Merge commit '790f4719ab3db8d62f8dec6fbb89a91d87e81df0' 2020-11-17 10:02:15 +01:00
Roman Perepelitsa
b7167a64c6 Squashed 'gitstatus/' changes from 4f9746fb..f9acc15a
f9acc15a use gitstatusd-darwin-x86_64 binary on darwin-aarch64 (#188)

git-subtree-dir: gitstatus
git-subtree-split: f9acc15a3aa224206c4eba0e4a26b5d3c00325be
2020-11-17 08:32:05 +01:00
Roman Perepelitsa
bf830b5bf1 Merge commit 'b7167a64c60401b184346147d8297f3803f56e06' 2020-11-17 08:32:05 +01:00
Roman Perepelitsa
7969eb3f18 retain instant prompt and state dumps when TERM or TERM_PROGRAM change (#1098) 2020-11-16 09:02:31 +01:00
Roman Perepelitsa
09be56bb53 fix a bug introduced in 8488f7c (#1107) 2020-11-15 11:05:31 +01:00
Roman Perepelitsa
f8ae544e6e properly restore prompt after SIGINT when transient prompt is disabled 2020-11-15 09:41:55 +01:00
Roman Perepelitsa
8488f7c75c set P9K_PROMPT=transient for the duration of zle-line-finish (#1105) 2020-11-15 09:19:25 +01:00
Roman Perepelitsa
feaf120ddc replace >>! with >>; the former does not work in non-zsh shells; users who set noclobber presumably know how to deal with errors from this option 2020-11-11 07:04:02 +01:00
Roman Perepelitsa
8840fe550e correct install-without-internet instructions w.r.t. ZSH_THEME 2020-11-11 07:02:38 +01:00
Roman Perepelitsa
271836403d remove artificial term scrolling before instant prompt 2020-11-10 09:59:41 +01:00
Roman Perepelitsa
e2db860745 print instant prompt only if TERM is the same 2020-11-10 07:41:14 +01:00
Roman Perepelitsa
f6c24d2053 reset text attributes at the end of precmd 2020-11-08 13:33:59 +01:00
Roman Perepelitsa
2fc7257486 docs 2020-11-06 09:13:04 +01:00
Roman Perepelitsa
d7861fcfa0 wrap z4h-clear-screen-{soft,hard}-top 2020-11-01 18:23:10 +01:00
Roman Perepelitsa
5e2422df50 fix old/new TTY detection 2020-10-31 07:10:11 +01:00
Roman Perepelitsa
76e5a69262 save/restore screen through z4h to make it work over ssh 2020-10-30 16:27:35 +01:00
Roman Perepelitsa
85f9e75918 drop __p9k_initial_screen_empty; rely on _Z4H_TMUX_CMD instead 2020-10-30 13:52:17 +01:00
Roman Perepelitsa
aa6d40b733 fix a typo in docs 2020-10-28 09:21:22 +01:00
Stephen
b9be4f968b
Updating README.md typo (#1077) 2020-10-28 09:20:36 +01:00
Roman Perepelitsa
2ea3356d66 add __p9k_initial_screen_empty for z4h integration 2020-10-27 12:49:39 +01:00
Roman Perepelitsa
8f0db0c95a expand the list of things powerlevel10k does not affect 2020-10-27 08:01:42 +01:00
Roman Perepelitsa
74c6e18363 check mtime of $TTY on startup if it points to a different tty than in the parent; see #930 2020-10-26 12:26:45 +01:00
Roman Perepelitsa
49d5617989 doc cleanup 2020-10-25 06:14:39 +01:00
Roman Perepelitsa
78301e82c7 clean up kitty font instructions and duplicate them in readme.md 2020-10-25 06:14:12 +01:00
Subhaditya Nath
98494aaf7b
Added font instructions for kitty (#1070) 2020-10-25 06:10:26 +01:00
Roman Perepelitsa
d86bbe75de Squashed 'gitstatus/' changes from 6ba954a4..4f9746fb
4f9746fb rebuild all binaries
6a3d54a5 upgrade libgit2

git-subtree-dir: gitstatus
git-subtree-split: 4f9746fb6e949475ff37986883796adf937055da
2020-10-22 14:54:18 +02:00
Roman Perepelitsa
68c89ec2bc Merge commit 'd86bbe75dece6c4276bfa99246880b92f9e053aa' 2020-10-22 14:54:18 +02:00
Roman Perepelitsa
de0e022177 typo 2020-10-21 16:24:38 +02:00
Roman Perepelitsa
f0159ca642 better wizard intro when installing z4h 2020-10-21 16:23:15 +02:00
Roman Perepelitsa
fdc0ee3708 add font.md 2020-10-21 16:05:26 +02:00
Roman Perepelitsa
2bcf38f554 add #font anchor to the readme 2020-10-21 15:53:29 +02:00
Roman Perepelitsa
47713ea2df recognize double-quoted strings when parsing kube configs; other types of quotes are still not supported; see #1061 2020-10-21 13:40:10 +02:00
Kid
e43209409b
Correct Python version in README (#1065) 2020-10-21 12:28:59 +02:00