all repos — nixfiles @ 0daf2d4ddbf14f4969ade7a6550027751d8570cc

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

fish: replace pisces with autopair

Alan Pearce
commit

0daf2d4ddbf14f4969ade7a6550027751d8570cc

parent

ac0b62393342c8779e2fade4bcfb442bdf3b85fe

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

jump to
M user/settings/fish.nixuser/settings/fish.nix
@@ -11,7 +11,7 @@ in
with pkgs.fishPlugins; [ (fromNixpkgs tide) (fromNixpkgs fzf-fish) - (fromNixpkgs pisces) + (fromNixpkgs autopair) { name = "ghq"; src = pkgs.fetchFromGitHub {
@@ -31,7 +31,6 @@ # don't bind ctrl-t, it does nice things on macOS/BSD
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";