diff --git a/users/common/programs.nix b/users/common/programs.nix index 4c4acb5..6e8d0fd 100644 --- a/users/common/programs.nix +++ b/users/common/programs.nix @@ -39,7 +39,7 @@ }; fish = { enable = true; - interactiveShellInit = "any-nix-shell fish --info-right | source"; + interactiveShellInit = "any-nix-shell fish | source"; loginShellInit = "nix-your-shell fish --info-right | source"; shellAliases = { nano = "micro";