forked from sorin-ionescu/prezto
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rename "Mac OS X" to "macOS" in comments
This only changes references in text for human consumption. It leaves out renaming paths because that can cause breaking changes. Related issue sorin-ionescu#1449.
- Loading branch information
1 parent
4179d38
commit 02d0d0f
Showing
7 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
Submodule external
updated
23 files
+0 −16 | .circleci/config.yml | |
+1 −1 | .ruby-version | |
+0 −10 | CHANGELOG.md | |
+0 −20 | Dockerfile | |
+1 −11 | INSTALL.md | |
+0 −1 | Makefile | |
+4 −18 | README.md | |
+1 −1 | VERSION | |
+0 −15 | ZSH_VERSIONS | |
+12 −0 | circle.yml | |
+0 −26 | install_test_zsh.sh | |
+0 −43 | spec/async_spec.rb | |
+1 −1 | spec/integrations/zle_input_stack_spec.rb | |
+12 −47 | spec/options/strategy_spec.rb | |
+2 −4 | spec/spec_helper.rb | |
+0 −4 | spec/terminal_session.rb | |
+2 −5 | src/async.zsh | |
+2 −4 | src/bind.zsh | |
+11 −13 | src/config.zsh | |
+0 −23 | src/fetch.zsh | |
+2 −2 | src/strategies/default.zsh | |
+1 −5 | src/widgets.zsh | |
+19 −53 | zsh-autosuggestions.zsh |
Submodule external
updated
33 files
+0 −1 | .github/ISSUE_TEMPLATE.md | |
+0 −10 | .github/PULL_REQUEST_TEMPLATE.md | |
+0 −3 | .gitignore | |
+0 −39 | CONTRIBUTING.md | |
+20 −9 | README.md | |
+212 −0 | src/_ack | |
+709 −0 | src/_ansible | |
+183 −0 | src/_ansible-galaxy | |
+191 −0 | src/_ansible-playbook | |
+94 −0 | src/_ansible-vault | |
+77 −0 | src/_chattr | |
+31 −31 | src/_chromium | |
+2 −2 | src/_cmake | |
+60 −0 | src/_column | |
+11 −11 | src/_conan | |
+48 −0 | src/_geany | |
+13 −109 | src/_golang | |
+84 −0 | src/_jq | |
+2 −4 | src/_kak | |
+54 −0 | src/_lsattr | |
+97 −0 | src/_lsblk | |
+0 −500 | src/_nftables | |
+1 −2 | src/_pgsql_utils | |
+72 −0 | src/_scons | |
+71 −0 | src/_shutdown | |
+115 −0 | src/_smartmontools | |
+1 −2 | src/_tmuxp | |
+0 −61 | src/_tox | |
+4 −4 | src/_trash-put | |
+6 −6 | src/_virtualbox | |
+182 −0 | src/_vpnc | |
+0 −25 | src/_wg-quick | |
+2 −2 | zsh-completions-howto.org |
Submodule external
updated
4 files
+2 −2 | .gitignore | |
+37 −8 | README.md | |
+2 −0 | zsh-history-substring-search.plugin.zsh | |
+55 −43 | zsh-history-substring-search.zsh |
Submodule agnoster
updated
3 files
+0 −47 | README.md | |
+6 −14 | agnoster.zsh-theme | |
+ − | agnoster_customization.gif |
Submodule powerlevel9k
updated
from 2f4b15 to 358c10
Submodule external
updated
45 files