From da9e32d085ee6a8e5fbf5ab1cceaf0b39fb7aff4 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sun, 26 Mar 2023 13:01:44 +0200 Subject: zsh: install autopair plugin --- user/settings/zsh.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/user/settings/zsh.nix b/user/settings/zsh.nix index 69bf9828..4977ed48 100644 --- a/user/settings/zsh.nix +++ b/user/settings/zsh.nix @@ -66,6 +66,10 @@ in name = "agkozak-zsh-prompt"; src = pkgs.agkozak-zsh-prompt.src; } + { + name = "zsh-autopair"; + src = pkgs.zsh-autopair.src; + } { name = "anyframe"; src = pkgs.fetchFromGitHub { -- cgit 1.4.1