From 98018d96d7a52bdf3ce37794cb28b03e6d35d66b Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sun, 26 Mar 2023 13:02:18 +0200 Subject: zsh: install zsh-bd to go up directories quickly --- user/settings/zsh.nix | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'user') 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 @@ -66,6 +66,11 @@ in 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; -- cgit 1.4.1