diff options
Diffstat (limited to 'user/settings/fish.nix')
-rw-r--r-- | user/settings/fish.nix | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/user/settings/fish.nix b/user/settings/fish.nix index 0f6bdcc6..480c9ade 100644 --- a/user/settings/fish.nix +++ b/user/settings/fish.nix @@ -31,9 +31,7 @@ }; } ]; - # TODO: pre-generate nix-your-shell interactiveShellInit = '' - ${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 @@ -88,4 +86,8 @@ recursive = true; source = ./fish/functions; }; + + programs.nix-your-shell = { + enable = true; + }; } |