From 50a271ac1a9f0814edfcd214f2281f4b3d27cc85 Mon Sep 17 00:00:00 2001 From: rotterdam Date: Wed, 8 Mar 2023 22:04:42 -0300 Subject: [PATCH] fix nix-your-shell --- users/common/programs.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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";