From 0c96cccb7392b688b192241fb0462e117364ce1f Mon Sep 17 00:00:00 2001 From: tzlil Date: Sat, 29 Jul 2023 03:15:24 +0300 Subject: added maloja --- mixins/cli.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mixins') diff --git a/mixins/cli.nix b/mixins/cli.nix index d4815e4..6fd5ce6 100644 --- a/mixins/cli.nix +++ b/mixins/cli.nix @@ -85,7 +85,7 @@ end nix shell $p ''; - fish_command_not_found = "nix shell nixpkgs#(command-not-found $argv[1] &| sed -nr 's/.*-p (.*)$/\\1/p' | ${lib.getExe pkgs.fzf} || return 0) -c $argv[1]"; + fish_command_not_found = "nix shell nixpkgs#(command-not-found $argv[1] &| sed -nr 's/.*-p (.*)$/\\1/p' | ${lib.getExe pkgs.fzf} || return 0) -c $argv[1]"; }; }; neovim = { -- cgit 1.4.1