summaryrefslogtreecommitdiff
path: root/plugins/wd/README.md
diff options
context:
space:
mode:
authorohmyzsh[bot] <54982679+ohmyzsh[bot]@users.noreply.github.com>2025-06-29 17:09:07 +0200
committerGitHub <noreply@github.com>2025-06-29 17:09:07 +0200
commitf9d3e0ff568820be25a80ed80b7a4776f3fb009a (patch)
tree0dddfce6a0f48fa447f3af8ccafc8399bb73afb4 /plugins/wd/README.md
parent01433503c2a474c049fa56d792ebfd9274e683cc (diff)
downloadzsh-f9d3e0ff568820be25a80ed80b7a4776f3fb009a.tar.gz
zsh-f9d3e0ff568820be25a80ed80b7a4776f3fb009a.tar.bz2
zsh-f9d3e0ff568820be25a80ed80b7a4776f3fb009a.zip
feat(wd): update to v0.10.1 (#13192)
Co-authored-by: ohmyzsh[bot] <54982679+ohmyzsh[bot]@users.noreply.github.com>
Diffstat (limited to 'plugins/wd/README.md')
-rw-r--r--plugins/wd/README.md9
1 files changed, 3 insertions, 6 deletions
diff --git a/plugins/wd/README.md b/plugins/wd/README.md
index b345d65f5..1240afe57 100644
--- a/plugins/wd/README.md
+++ b/plugins/wd/README.md
@@ -65,12 +65,9 @@ Add the following to your `home.nix` then run `home-manager switch`:
programs.zsh.plugins = [
{
name = "wd";
- src = pkgs.fetchFromGitHub {
- owner = "mfaerevaag";
- repo = "wd";
- rev = "v0.5.2";
- sha256 = "sha256-4yJ1qhqhNULbQmt6Z9G22gURfDLe30uV1ascbzqgdhg=";
- };
+ src = pkgs.zsh-wd;
+ file = "share/wd/wd.plugin.zsh";
+ completions = [ "share/zsh/site-functions" ];
}
];
```