summary refs log tree commit diff stats
path: root/user
diff options
context:
space:
mode:
authorAlan Pearce2023-03-26 13:02:18 +0200
committerAlan Pearce2023-03-26 13:02:18 +0200
commit98018d96d7a52bdf3ce37794cb28b03e6d35d66b (patch)
tree4cb275dca9476cee89be8e01c789f29e9f501db1 /user
parent55bc4ae0d6c404fb7deb9b6c2120a7726f6ce725 (diff)
downloadnixfiles-98018d96d7a52bdf3ce37794cb28b03e6d35d66b.tar.lz
nixfiles-98018d96d7a52bdf3ce37794cb28b03e6d35d66b.tar.zst
nixfiles-98018d96d7a52bdf3ce37794cb28b03e6d35d66b.zip
zsh: install zsh-bd to go up directories quickly
Diffstat (limited to 'user')
-rw-r--r--user/settings/zsh.nix5
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;
       }