all repos — nixfiles @ 8cbfe23a555a75fe9619c0b35ad2ba782ea878c3

System and user configuration, managed by nix and home-manager

fish: fix call to nix-your-shell
Alan Pearce alan@alanpearce.eu
Mon, 29 Apr 2024 21:03:58 +0200
commit

8cbfe23a555a75fe9619c0b35ad2ba782ea878c3

parent

87ec4122cf119e50a20adb8bcd5dc78c876f02b7

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M user/settings/fish.nixuser/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