From 26b2856d1e839c85998e55e7d110a34e8af03418 Mon Sep 17 00:00:00 2001 From: KoenDR06 Date: Sun, 30 Jun 2024 00:02:41 +0200 Subject: [PATCH] Added wd plugin --- pkgs/zsh.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/zsh.nix b/pkgs/zsh.nix index d219204..9af8fbd 100644 --- a/pkgs/zsh.nix +++ b/pkgs/zsh.nix @@ -25,6 +25,7 @@ "zsh-interactive-cd" "python" "git-auto-fetch" + "wd" ]; custom = "/home/horseman/nix-config/pkgs/zsh/"; theme = "jonathan";