From 0daf2d4ddbf14f4969ade7a6550027751d8570cc Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Tue, 30 Apr 2024 09:46:27 +0200 Subject: fish: replace pisces with autopair --- user/settings/fish.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'user/settings/fish.nix') diff --git a/user/settings/fish.nix b/user/settings/fish.nix index 875c3822..a487418c 100644 --- a/user/settings/fish.nix +++ b/user/settings/fish.nix @@ -11,7 +11,7 @@ with pkgs.fishPlugins; [ (fromNixpkgs tide) (fromNixpkgs fzf-fish) - (fromNixpkgs pisces) + (fromNixpkgs autopair) { name = "ghq"; src = pkgs.fetchFromGitHub { @@ -31,7 +31,6 @@ set FZF_CTRL_T_COMMAND set --export FZF_DEFAULT_OPTS '--cycle --layout=reverse --border --height=90% --preview-window=wrap --marker="*"' fzf_configure_bindings --directory=\cx\cf - set pisces_only_insert_at_eol 1 ''; shellAliases = { hist-freq-lines = lib.mkForce "history | sort | uniq -c | sort -gr | head -n100 | less"; -- cgit 1.4.1