home/terminal/shell/fish: add autopair
This commit is contained in:
parent
32a219dcf8
commit
c0f25e3097
1 changed files with 4 additions and 0 deletions
|
@ -14,6 +14,10 @@
|
|||
name = "fzf";
|
||||
inherit (pkgs.fishPlugins.fzf) src;
|
||||
}
|
||||
{
|
||||
name = "autopair";
|
||||
inherit (pkgs.fishPlugins.autopair) src;
|
||||
}
|
||||
];
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue