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.
Merge branch 'master' of https://github.com/billimek/prezto
* 'master' of https://github.com/billimek/prezto: updating submodules p9k prompt change Add explanation for extra git theme symbols in README.md Correct alphabetical order in zprestorc Update submodules (sorin-ionescu#1615) Improve startup time by skipping pyenv rehash Make node-info work without nvm/nodenv Fix broken gitref link in README.md coreutils: update list of included coreutils (sorin-ionescu#1592) completion: Compact path to global ssh known hosts file syntax-highlighting: Update README to clarify module load order submodules update updating submodules Fix path to global ssh known hosts file
- Loading branch information
Showing
13 changed files
with
37 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule external
updated
15 files
+9 −0 | CHANGELOG.md | |
+67 −0 | INSTALL.md | |
+1 −1 | LICENSE | |
+3 −67 | README.md | |
+1 −1 | VERSION | |
+1 −1 | circle.yml | |
+41 −0 | spec/async_spec.rb | |
+67 −0 | spec/integrations/vi_mode_spec.rb | |
+23 −0 | spec/kill_ring_spec.rb | |
+4 −0 | spec/terminal_session.rb | |
+5 −8 | src/async.zsh | |
+1 −1 | src/bind.zsh | |
+5 −0 | src/config.zsh | |
+11 −4 | src/widgets.zsh | |
+24 −15 | zsh-autosuggestions.zsh |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule async
updated
5 files
+1 −0 | .travis.yml | |
+18 −0 | README.md | |
+0 −1 | async.plugin.zsh | |
+2 −0 | async.plugin.zsh | |
+66 −16 | async.zsh | |
+35 −4 | async_test.zsh |
Submodule powerlevel9k
updated
from 37cbc9 to 571a85
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule external
updated
4 files
+2 −2 | README.md | |
+1 −1 | docs/highlighters/main.md | |
+36 −0 | highlighters/main/test-data/process-substitution-redirection-isnt-globbing.zsh | |
+1 −1 | zsh-syntax-highlighting.zsh |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters