fish: replace pisces with autopair
Alan Pearce alan@alanpearce.eu
Tue, 30 Apr 2024 09:46:27 +0200
1 files changed, 1 insertions(+), 2 deletions(-)
jump to
M user/settings/fish.nix → user/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";