all repos — nixfiles @ b3888682818dde6b44e64b043c136f2ae6d70d89

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

fish: enable automatic delimiter pairing via pisces

Alan Pearce
commit

b3888682818dde6b44e64b043c136f2ae6d70d89

parent

e2a148c254461ec05ae90ef2a4efa1f7c0b22d6e

1 file changed, 1 insertion(+), 0 deletions(-)

jump to
M user/settings/fish.nixuser/settings/fish.nix
@@ -11,6 +11,7 @@ in
with pkgs.fishPlugins; [ (fromNixpkgs tide) (fromNixpkgs fzf-fish) + (fromNixpkgs pisces) { name = "ghq"; src = pkgs.fetchFromGitHub {