From 230e93bbe780e983515e5266e4ba0e082f646f9c Mon Sep 17 00:00:00 2001 From: Katherina Walshe-Grey Date: Sat, 27 Jul 2024 00:26:13 +0100 Subject: [PATCH] zsh: start zsh automatically in nix-shell --- home/zsh.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home/zsh.nix b/home/zsh.nix index a970ace..f6ded78 100644 --- a/home/zsh.nix +++ b/home/zsh.nix @@ -10,6 +10,7 @@ shellAliases = { ll = "ls -l"; + nix-shell = ''nix-shell --command "zsh"''; # TODO: tweak theme to display something when inside nix-shell }; history = {