diff --git a/README.md b/README.md index 4f4a78f..e0656cf 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ To do so, add the following to your configuration (*/etc/nixos/configuration.nix ```nix { programs.fish.enable = true; - programs.fish.promptInit = '' + programs.fish.interactiveShellInit = '' ${pkgs.any-nix-shell}/bin/any-nix-shell fish --info-right | source ''; }