diff options
author | Alan Pearce | 2024-04-29 21:03:58 +0200 |
---|---|---|
committer | Alan Pearce | 2024-04-29 21:03:58 +0200 |
commit | 8cbfe23a555a75fe9619c0b35ad2ba782ea878c3 (patch) | |
tree | d75cf1b94614c4705d74a563e6677c574b2884d6 /user | |
parent | 87ec4122cf119e50a20adb8bcd5dc78c876f02b7 (diff) | |
download | nixfiles-8cbfe23a555a75fe9619c0b35ad2ba782ea878c3.tar.lz nixfiles-8cbfe23a555a75fe9619c0b35ad2ba782ea878c3.tar.zst nixfiles-8cbfe23a555a75fe9619c0b35ad2ba782ea878c3.zip |
fish: fix call to nix-your-shell
Diffstat (limited to 'user')
-rw-r--r-- | user/settings/fish.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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 |