diff options
Diffstat (limited to 'user')
-rw-r--r-- | user/settings/fish.nix | 3 |
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"; |