all repos — nixfiles @ 98018d96d7a52bdf3ce37794cb28b03e6d35d66b

System and user configuration, managed by nix and home-manager

zsh: install zsh-bd to go up directories quickly
Alan Pearce alan@alanpearce.eu
Sun, 26 Mar 2023 13:02:18 +0200
commit

98018d96d7a52bdf3ce37794cb28b03e6d35d66b

parent

55bc4ae0d6c404fb7deb9b6c2120a7726f6ce725

1 files changed, 5 insertions(+), 0 deletions(-)

jump to
M user/settings/zsh.nixuser/settings/zsh.nix
@@ -67,6 +67,11 @@ name = "agkozak-zsh-prompt";         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;
       }