use nix-your-shell in all situations

This commit is contained in:
rotterdam 2023-03-08 22:07:09 -03:00
parent 50a271ac1a
commit bd287491a8

View file

@ -39,8 +39,8 @@
};
fish = {
enable = true;
interactiveShellInit = "any-nix-shell fish | source";
loginShellInit = "nix-your-shell fish --info-right | source";
interactiveShellInit = "nix-your-shell fish | source";
loginShellInit = "nix-your-shell fish | source";
shellAliases = {
nano = "micro";
wget = "wget --hsts-file=\"$XDG_DATA_HOME/wget-hsts\"";