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 remote-tracking branch 'upstream/master'
* upstream/master: (41 commits) 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` utility: fix safe-ops commands tmux: ignore tmux autostart in vscode terminal (sorin-ionescu#1718) node, python, ruby: update docs about new envars python: improve PYENV_ROOT detection node: support environment variables NVM_DIR and NODENV_ROOT ruby: support environment variable RBENV_ROOT directory: update docs to clarify it doesn't really set AUTO_NAME_DIRS (sorin-ionescu#1740) history: Permit use of previously set HISTFILE prompt: update powerlevel10k submodule to the latest commit (sorin-ionescu#1738) prompt: update zsh-async to fix an infinite loop (sorin-ionescu#1734) syntax-highlighting: update external dependency ...
- Loading branch information
Showing
44 changed files
with
196 additions
and
76 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
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 external
updated
23 files
+10 −0 | CHANGELOG.md | |
+0 −1 | Makefile | |
+6 −2 | README.md | |
+1 −1 | VERSION | |
+1 −0 | ZSH_VERSIONS | |
+1 −1 | install_test_zsh.sh | |
+11 −48 | spec/async_spec.rb | |
+14 −0 | spec/integrations/auto_cd_spec.rb | |
+0 −10 | spec/integrations/client_zpty_spec.rb | |
+12 −0 | spec/integrations/glob_subst_spec.rb | |
+0 −19 | spec/options/async_zpty_name_spec.rb | |
+23 −0 | spec/options/widget_lists_spec.rb | |
+1 −1 | spec/strategies/history_spec.rb | |
+1 −1 | spec/strategies/match_prev_cmd_spec.rb | |
+48 −88 | src/async.zsh | |
+8 −21 | src/bind.zsh | |
+64 −50 | src/config.zsh | |
+0 −19 | src/features.zsh | |
+1 −0 | src/fetch.zsh | |
+9 −11 | src/start.zsh | |
+0 −0 | src/strategies/history.zsh | |
+26 −23 | src/widgets.zsh | |
+157 −213 | zsh-autosuggestions.zsh |
Submodule external
updated
25 files
+3 −0 | .gitignore | |
+1 −1 | CONTRIBUTING.md | |
+2 −2 | README.md | |
+0 −212 | src/_ack | |
+0 −709 | src/_ansible | |
+0 −183 | src/_ansible-galaxy | |
+0 −191 | src/_ansible-playbook | |
+0 −94 | src/_ansible-vault | |
+0 −77 | src/_chattr | |
+0 −60 | src/_column | |
+11 −11 | src/_conan | |
+0 −48 | src/_geany | |
+1 −1 | src/_golang | |
+0 −84 | src/_jq | |
+0 −54 | src/_lsattr | |
+0 −97 | src/_lsblk | |
+500 −0 | src/_nftables | |
+0 −72 | src/_scons | |
+0 −71 | src/_shutdown | |
+0 −115 | src/_smartmontools | |
+2 −1 | src/_tmuxp | |
+1 −1 | src/_trash-put | |
+6 −6 | src/_virtualbox | |
+0 −182 | src/_vpnc | |
+1 −1 | zsh-completions-howto.org |
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 external
updated
4 files
+2 −2 | .gitignore | |
+8 −37 | README.md | |
+0 −2 | zsh-history-substring-search.plugin.zsh | |
+43 −55 | zsh-history-substring-search.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
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
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 powerlevel10k
added at
345d06
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,3 +28,4 @@ unset current_pwd | |
print "$ret_directory" | ||
|
||
# } | ||
# vim: ft=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
Oops, something went wrong.