zsh: install zsh-bd to go up directories quickly
Alan Pearce alan@alanpearce.eu
Sun, 26 Mar 2023 13:02:18 +0200
1 files changed, 5 insertions(+), 0 deletions(-)
jump to
M user/settings/zsh.nix → user/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; }