diff options
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 |