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 = { fish = {
enable = true; enable = true;
interactiveShellInit = "any-nix-shell fish | source"; interactiveShellInit = "nix-your-shell fish | source";
loginShellInit = "nix-your-shell fish --info-right | source"; loginShellInit = "nix-your-shell fish | source";
shellAliases = { shellAliases = {
nano = "micro"; nano = "micro";
wget = "wget --hsts-file=\"$XDG_DATA_HOME/wget-hsts\""; wget = "wget --hsts-file=\"$XDG_DATA_HOME/wget-hsts\"";