fish: enable automatic delimiter pairing via pisces
Alan Pearce alan@alanpearce.eu
Sun, 28 Apr 2024 09:14:45 +0200
1 files changed, 1 insertions(+), 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 {