diff --git a/users/common/programs.nix b/users/common/programs.nix index 6e8d0fd..76cd13f 100644 --- a/users/common/programs.nix +++ b/users/common/programs.nix @@ -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\"";