From c5d5d337bddfbe04848ea16af9ab72e091d178f7 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Wed, 19 Feb 2020 14:59:31 +0100 Subject: Add flag for inheriting shell to nix-shell alias --- home.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home.nix b/home.nix index 2ec9dfb..d96752b 100644 --- a/home.nix +++ b/home.nix @@ -62,7 +62,7 @@ }; programs.fish.shellAliases = { - ns = "persistent-nix-shell --command fish"; + ns = "persistent-nix-shell -s"; cat = "bat --plain"; }; } -- cgit v1.2.3