forked from sorin-ionescu/prezto
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
prompt: update powerlevel10k submodule to the latest commit (sorin-io…
…nescu#1768) - New prompt segments: - gcloud - fvm - vim_shell - midnight_commander - goenv - Many bug fixes and new minor features.
- Loading branch information
Showing
8 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
Submodule external
updated
30 files
+0 −1 | .circleci/config.yml | |
+36 −0 | .github/ISSUE_TEMPLATE/bug-report.md | |
+20 −0 | .github/ISSUE_TEMPLATE/feature_request.md | |
+23 −1 | CHANGELOG.md | |
+22 −38 | INSTALL.md | |
+1 −1 | LICENSE | |
+0 −1 | Makefile | |
+31 −6 | README.md | |
+1 −1 | VERSION | |
+25 −2 | spec/async_spec.rb | |
+16 −0 | spec/integrations/bracketed_paste_magic_spec.rb | |
+14 −0 | spec/integrations/client_zpty_spec.rb | |
+14 −1 | spec/integrations/vi_mode_spec.rb | |
+17 −0 | spec/line_init_spec.rb | |
+2 −1 | spec/options/widget_lists_spec.rb | |
+1 −2 | spec/spec_helper.rb | |
+72 −0 | spec/strategies/completion_spec.rb | |
+11 −0 | spec/strategies/history_spec.rb | |
+21 −8 | spec/strategies/match_prev_cmd_spec.rb | |
+20 −14 | src/async.zsh | |
+0 −1 | src/bind.zsh | |
+6 −0 | src/config.zsh | |
+4 −1 | src/fetch.zsh | |
+0 −10 | src/setup.zsh | |
+1 −0 | src/start.zsh | |
+139 −0 | src/strategies/completion.zsh | |
+10 −3 | src/strategies/history.zsh | |
+10 −3 | src/strategies/match_prev_cmd.zsh | |
+25 −11 | src/widgets.zsh | |
+217 −45 | zsh-autosuggestions.zsh |
Submodule external
updated
17 files
+1 −1 | README.md | |
+24 −2 | src/_cmake | |
+1,517 −0 | src/_concourse | |
+293 −0 | src/_fwupdmgr | |
+0 −1 | src/_git-flow | |
+127 −31 | src/_golang | |
+146 −0 | src/_inxi | |
+1 −0 | src/_jrnl | |
+0 −163 | src/_multirust | |
+52 −0 | src/_nano | |
+3 −3 | src/_pgsql_utils | |
+179 −0 | src/_pm2 | |
+3 −0 | src/_port | |
+0 −142 | src/_rvm | |
+1 −0 | src/_ufw | |
+2 −2 | src/_vagrant | |
+27 −5 | src/_yarn |
Submodule external
updated
4 files
+2 −2 | .gitignore | |
+42 −8 | README.md | |
+2 −0 | zsh-history-substring-search.plugin.zsh | |
+56 −43 | zsh-history-substring-search.zsh |
Submodule powerlevel10k
updated
31 files
Submodule powerlevel9k
updated
from 2f4b15 to 3dafd7
Submodule pure
updated
12 files
+1 −4 | .editorconfig | |
+1 −1 | .gitattributes | |
+1 −0 | .github/funding.yml | |
+21 −7 | .github/issue_template.md | |
+1 −0 | .npmrc | |
+1 −0 | async | |
+94 −17 | async.zsh | |
+4 −16 | license | |
+40 −43 | package.json | |
+1 −0 | prompt_pure_setup | |
+273 −118 | pure.zsh | |
+103 −35 | readme.md |
Submodule external
updated
10 files