all repos — nixfiles @ da9e32d085ee6a8e5fbf5ab1cceaf0b39fb7aff4

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

zsh: install autopair plugin

Alan Pearce
commit

da9e32d085ee6a8e5fbf5ab1cceaf0b39fb7aff4

parent

1a96dfb6250d3bf6a27f15840f97820d627a4b3c

1 file changed, 4 insertions(+), 0 deletions(-)

jump to
M user/settings/zsh.nixuser/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";