From bd287491a8e45c70e40a311b101141a97e2bd022 Mon Sep 17 00:00:00 2001 From: rotterdam Date: Wed, 8 Mar 2023 22:07:09 -0300 Subject: [PATCH] use nix-your-shell in all situations --- users/common/programs.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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\"";