fix nix-your-shell

This commit is contained in:
rotterdam 2023-03-08 22:04:42 -03:00
parent 5c973296af
commit 50a271ac1a

View file

@ -39,7 +39,7 @@
}; };
fish = { fish = {
enable = true; enable = true;
interactiveShellInit = "any-nix-shell fish --info-right | source"; interactiveShellInit = "any-nix-shell fish | source";
loginShellInit = "nix-your-shell fish --info-right | source"; loginShellInit = "nix-your-shell fish --info-right | source";
shellAliases = { shellAliases = {
nano = "micro"; nano = "micro";