summary refs log tree commit diff stats
path: root/user
diff options
context:
space:
mode:
authorAlan Pearce2024-04-30 09:46:27 +0200
committerAlan Pearce2024-04-30 09:48:09 +0200
commit0daf2d4ddbf14f4969ade7a6550027751d8570cc (patch)
tree6aaa2cfb26cbef33413f6652fb8c3718a5c5669a /user
parentac0b62393342c8779e2fade4bcfb442bdf3b85fe (diff)
downloadnixfiles-0daf2d4ddbf14f4969ade7a6550027751d8570cc.tar.lz
nixfiles-0daf2d4ddbf14f4969ade7a6550027751d8570cc.tar.zst
nixfiles-0daf2d4ddbf14f4969ade7a6550027751d8570cc.zip
fish: replace pisces with autopair
Diffstat (limited to 'user')
-rw-r--r--user/settings/fish.nix3
1 files changed, 1 insertions, 2 deletions
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";