1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2025-12-14 19:30:42 +01:00

feat(wd): update to v0.10.1 (#13192)

Co-authored-by: ohmyzsh[bot] <54982679+ohmyzsh[bot]@users.noreply.github.com>
This commit is contained in:
ohmyzsh[bot]
2025-06-29 17:09:07 +02:00
committed by GitHub
parent 01433503c2
commit f9d3e0ff56
3 changed files with 20 additions and 16 deletions

View File

@@ -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" ];
}
];
```