Skip to content

Commit

Permalink
Change programs.fish.promptInit to `programs.fish.interactiveShellI…
Browse files Browse the repository at this point in the history
…nit` in README (#75)

`promptInit` is deprecated in stable
  • Loading branch information
poperigby authored Jun 5, 2024
1 parent d492295 commit 8d55e74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ Add to a NixOS flake configuration using the overlay:
# Example configuration for `fish`:
programs.fish = {
enable = true;
promptInit = ''
interactiveShellInit = ''
nix-your-shell fish | source
'';
};
Expand Down

0 comments on commit 8d55e74

Please sign in to comment.