zsh: install autopair plugin
Alan Pearce alan@alanpearce.eu
Sun, 26 Mar 2023 13:01:44 +0200
1 files changed, 4 insertions(+), 0 deletions(-)
jump to
M user/settings/zsh.nix → user/settings/zsh.nix
@@ -67,6 +67,10 @@ name = "agkozak-zsh-prompt"; src = pkgs.agkozak-zsh-prompt.src; } { + name = "zsh-autopair"; + src = pkgs.zsh-autopair.src; + } + { name = "anyframe"; src = pkgs.fetchFromGitHub { owner = "mollifier";