fish: enable automatic delimiter pairing via pisces
1 file changed, 1 insertion(+), 0 deletions(-)
jump to
M user/settings/fish.nix → user/settings/fish.nix
@@ -11,6 +11,7 @@ in with pkgs.fishPlugins; [ (fromNixpkgs tide) (fromNixpkgs fzf-fish) + (fromNixpkgs pisces) { name = "ghq"; src = pkgs.fetchFromGitHub {