From 5b3cac325e92627f94a190975ca252a262450d02 Mon Sep 17 00:00:00 2001 From: Christoph Urlacher Date: Tue, 8 Jul 2025 01:35:27 +0200 Subject: [PATCH] Modules/Fish: Add abbr for nix-search-tv --- home/modules/fish/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/home/modules/fish/default.nix b/home/modules/fish/default.nix index b55e37cf..8658c4b3 100644 --- a/home/modules/fish/default.nix +++ b/home/modules/fish/default.nix @@ -181,6 +181,8 @@ in { (abbrify pkgs.lazygit {lg = "lazygit";}) + (abbrify pkgs.nix-search-tv {search = "nix-search-tv print --indexes 'nixos,home-manager,nixpkgs,nur' | fzf --preview 'nix-search-tv preview {}' --scheme history";}) + # Doesn't work with abbrify because I have nnn.override... (lib.optionalAttrs config.modules.nnn.enable {n = "nnncd -a";}) (lib.optionalAttrs config.modules.nnn.enable {np = "nnncd -a -P p";})