-
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.
…#14) Bumps [.git_submodules/ohmyzsh](https://github.com/ohmyzsh/ohmyzsh) from `803e1a7` to `b1c5315`. - [Commits](ohmyzsh/ohmyzsh@803e1a7...b1c5315) --- updated-dependencies: - dependency-name: ".git_submodules/ohmyzsh" dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information
1 parent
eeb5faf
commit bd68ad6
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule ohmyzsh
updated
22 files
+3 −0 | .editorconfig | |
+8 −0 | .github/dependencies.yml | |
+9 −2 | .github/workflows/dependencies.yml | |
+7 −2 | .github/workflows/dependencies/requirements.txt | |
+510 −372 | .github/workflows/dependencies/updater.py | |
+11 −3 | lib/cli.zsh | |
+2 −2 | lib/termsupport.zsh | |
+169 −0 | lib/tests/cli.test.zsh | |
+1 −0 | plugins/autojump/autojump.plugin.zsh | |
+1 −1 | plugins/extract/extract.plugin.zsh | |
+6 −2 | plugins/fzf/fzf.plugin.zsh | |
+2 −2 | plugins/git/README.md | |
+2 −2 | plugins/git/git.plugin.zsh | |
+3 −3 | plugins/nvm/README.md | |
+4 −4 | plugins/nvm/nvm.plugin.zsh | |
+9 −0 | plugins/procs/README.md | |
+13 −0 | plugins/procs/procs.plugin.zsh | |
+4 −3 | plugins/python/README.md | |
+14 −5 | plugins/python/python.plugin.zsh | |
+27 −1 | plugins/wd/README.md | |
+6 −1 | plugins/wd/wd.plugin.zsh | |
+29 −8 | plugins/wd/wd.sh |