about summary refs log tree commit diff stats
path: root/nix-conf/home/includes
diff options
context:
space:
mode:
authorDavid Morgan <djm_uk@protonmail.com>2022-12-02 05:48:16 +0000
committerDavid Morgan <djm_uk@protonmail.com>2022-12-02 05:48:16 +0000
commitc6f468f8f01306f09b68d9aac0814875f3c411a9 (patch)
treea3da4464bf73de65c783fa177339c5f9bada2df5 /nix-conf/home/includes
parent8d635cc06cf82d7a18ed4dbf2902db001edcd9e5 (diff)
downloaddotfiles-c6f468f8f01306f09b68d9aac0814875f3c411a9.tar.gz
Add zsh-bsd plugin
Diffstat (limited to 'nix-conf/home/includes')
-rw-r--r--nix-conf/home/includes/zsh.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/nix-conf/home/includes/zsh.nix b/nix-conf/home/includes/zsh.nix
index 41c6f7b..a036a18 100644
--- a/nix-conf/home/includes/zsh.nix
+++ b/nix-conf/home/includes/zsh.nix
@@ -160,6 +160,11 @@
         file = "share/zsh/zsh-autopair/autopair.zsh";
       }
       {
+        name = "zsh-bd";
+        src = zsh-bd;
+        file = "share/zsh-bd/bd.zsh";
+      }
+      {
         name = "zsh-fzf-tab";
         src = zsh-fzf-tab;
         file = "share/fzf-tab/fzf-tab.zsh";