summary refs log tree commit diff stats
path: root/user
diff options
context:
space:
mode:
authorAlan Pearce2023-03-26 13:01:44 +0200
committerAlan Pearce2023-03-26 13:01:44 +0200
commitda9e32d085ee6a8e5fbf5ab1cceaf0b39fb7aff4 (patch)
treee5aff9f85a7bea9daa17fb57be7f8e8491e80639 /user
parent1a96dfb6250d3bf6a27f15840f97820d627a4b3c (diff)
downloadnixfiles-da9e32d085ee6a8e5fbf5ab1cceaf0b39fb7aff4.tar.lz
nixfiles-da9e32d085ee6a8e5fbf5ab1cceaf0b39fb7aff4.tar.zst
nixfiles-da9e32d085ee6a8e5fbf5ab1cceaf0b39fb7aff4.zip
zsh: install autopair plugin
Diffstat (limited to 'user')
-rw-r--r--user/settings/zsh.nix4
1 files changed, 4 insertions, 0 deletions
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
@@ -67,6 +67,10 @@ in
         src = pkgs.agkozak-zsh-prompt.src;
       }
       {
+        name = "zsh-autopair";
+        src = pkgs.zsh-autopair.src;
+      }
+      {
         name = "anyframe";
         src = pkgs.fetchFromGitHub {
           owner = "mollifier";