-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bumps [zoxide](https://github.com/ajeetdsouza/zoxide) from `063f9c1` to `4403326`. - [Release notes](https://github.com/ajeetdsouza/zoxide/releases) - [Commits](ajeetdsouza/zoxide@063f9c1...4403326) --- updated-dependencies: - dependency-name: zoxide dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
df48153
commit 13a41ed
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule zoxide
updated
22 files
+4 −2 | .github/workflows/release.yml | |
+26 −5 | CHANGELOG.md | |
+169 −42 | Cargo.lock | |
+2 −2 | Cargo.toml | |
+17 −2 | README.md | |
+1 −1 | contrib/completions/_zoxide | |
+1 −1 | contrib/completions/zoxide.bash | |
+1 −0 | contrib/completions/zoxide.ts | |
+7 −0 | man/man1/zoxide-init.1 | |
+1 −0 | shell.nix | |
+1 −0 | src/cmd/cmd.rs | |
+3 −2 | src/cmd/init.rs | |
+0 −1 | src/cmd/query.rs | |
+5 −3 | src/config.rs | |
+1 −0 | src/db/mod.rs | |
+5 −1 | src/db/stream.rs | |
+43 −6 | src/shell.rs | |
+4 −0 | templates/bash.txt | |
+15 −25 | templates/fish.txt | |
+118 −0 | templates/ksh.txt | |
+2 −0 | templates/posix.txt | |
+4 −0 | templates/zsh.txt |