This repository was archived by the owner on Jan 26, 2021. It is now read-only.
Commit 3eb23fc
committed
Merge branch 'master' of https://github.com/sorin-ionescu/prezto
* 'master' of https://github.com/sorin-ionescu/prezto:
Update documentation
environment: improve the TTY check (sorin-ionescu#1785)
node: suppress node-info when nvm points system-wide node (sorin-ionescu#802)
prompt: update powerlevel10k submodule to the latest commit (sorin-ionescu#1784)
Allow module functions directory to be a symlink
autosuggestions: update to v0.6.4
Support pmodule-allow-overrides feature (sorin-ionescu#1780)
runcoms: don't raise an error in zlogin when stderr is not a TTY (sorin-ionescu#1775)
environment: apply `stty -ixon` only to tty (sorin-ionescu#1771)
Allow mapping Ctrl+S and Ctrl+Q shortcuts (sorin-ionescu#1750)
prompt: update powerlevel10k submodule to the latest commit (sorin-ionescu#1768)
prompt: update powerlevel10k submodule to the latest commit (sorin-ionescu#1761)
prompt: update powerlevel10k submodule to the latest commit (sorin-ionescu#1757)
homebrew: add alias `brewL`
Remove documentation for obsolete `brewC` alias
Init submodules when using zprezto-update (sorin-ionescu#1713)
Remove alias for invalid `brew cleanup --force`10 files changed
+25
-13
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| |||
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
101 | | - | |
102 | | - | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
103 | 105 | | |
104 | 106 | | |
105 | 107 | | |
106 | 108 | | |
107 | 109 | | |
108 | 110 | | |
109 | | - | |
| 111 | + | |
110 | 112 | | |
111 | 113 | | |
112 | | - | |
| 114 | + | |
113 | 115 | | |
114 | 116 | | |
115 | 117 | | |
| |||
- CHANGELOG.md+5
- README.md+14-2
- VERSION+1-1
- spec/strategies/completion_spec.rb+18-1
- spec/strategies/history_spec.rb+11
- spec/strategies/match_prev_cmd_spec.rb+21-8
- src/strategies/completion.zsh+10-1
- src/strategies/history.zsh+10-3
- src/strategies/match_prev_cmd.zsh+10-3
- src/widgets.zsh+24-14
- zsh-autosuggestions.zsh+55-22
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
109 | | - | |
| 109 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
41 | 44 | | |
42 | 45 | | |
43 | 46 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
6 | 10 | | |
7 | 11 | | |
8 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | 21 | | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
31 | 30 | | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
Submodule powerlevel10k updated 24 files
- .gitattributes+5
- README.md+304-36
- config/p10k-classic.zsh+387-77
- config/p10k-lean-8colors.zsh+1.1k
- config/p10k-lean.zsh+378-71
- config/p10k-pure.zsh+100-43
- config/p10k-rainbow.zsh+1.2k
- gitstatus/bin/gitstatusd-android-aarch64
- gitstatus/bin/gitstatusd-cygwin_nt-10.0-x86_64
- gitstatus/bin/gitstatusd-darwin-x86_64
- gitstatus/bin/gitstatusd-freebsd-amd64
- gitstatus/bin/gitstatusd-linux-aarch64
- gitstatus/bin/gitstatusd-linux-armv7l
- gitstatus/bin/gitstatusd-linux-x86_64
- gitstatus/bin/gitstatusd-linux-x86_64-static
- gitstatus/bin/gitstatusd-msys_nt-10.0-x86_64
- gitstatus/gitstatus.plugin.zsh+114-45
- internal/configure.zsh+5-7
- internal/icons.zsh+111-66
- internal/p10k.zsh+2.8k-657
- internal/wizard.zsh+614-253
- powerlevel10k.png
- powerlevel10k.zsh-theme+4-2
- powerlevel9k.zsh-theme
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
21 | 24 | | |
22 | 25 | | |
23 | 26 | | |
| |||
0 commit comments