From 8cbfe23a555a75fe9619c0b35ad2ba782ea878c3 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Mon, 29 Apr 2024 21:03:58 +0200 Subject: fish: fix call to nix-your-shell --- user/settings/fish.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'user/settings') diff --git a/user/settings/fish.nix b/user/settings/fish.nix index b9ecd141..875c3822 100644 --- a/user/settings/fish.nix +++ b/user/settings/fish.nix @@ -25,7 +25,7 @@ ]; # TODO: pre-generate nix-your-shell interactiveShellInit = '' - ${pkgs.nix-your-shell}/bin/nix-your-shell --nom env fish | source + ${pkgs.nix-your-shell}/bin/nix-your-shell --nom fish env | source bind \es __ghq_repository_search # don't bind ctrl-t, it does nice things on macOS/BSD set FZF_CTRL_T_COMMAND -- cgit 1.4.1