diff options
-rw-r--r-- | user/settings/zsh.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/user/settings/zsh.nix b/user/settings/zsh.nix index 86e9224c..7427e4ea 100644 --- a/user/settings/zsh.nix +++ b/user/settings/zsh.nix @@ -67,6 +67,11 @@ in src = pkgs.agkozak-zsh-prompt.src; } { + name = "zsh-bd"; + file = "bd.plugin.zsh"; + src = pkgs.zsh-bd.src; + } + { name = "zsh-autopair"; src = pkgs.zsh-autopair.src; } |