From 2245f338be5e5d2f9431418082d7d646aa818dce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Tue, 12 Mar 2019 19:21:22 +0100 Subject: [PATCH] nix-shell: -fish --- configs/shells.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/shells.nix b/configs/shells.nix index 780f31d..0582d6c 100644 --- a/configs/shells.nix +++ b/configs/shells.nix @@ -1,7 +1,7 @@ { pkgs, ... }: { environment.shellAliases = { - ns = "nix-shell --command fish"; + ns = "nix-shell --run zsh"; ":r" = ''echo "You stupid!"''; nixi = ''nix repl ""''; };