zsh: start zsh automatically in nix-shell

This commit is contained in:
Katherina Walshe-Grey 2024-07-27 00:26:13 +01:00
parent 469072c57e
commit 230e93bbe7

View file

@ -10,6 +10,7 @@
shellAliases = { shellAliases = {
ll = "ls -l"; ll = "ls -l";
nix-shell = ''nix-shell --command "zsh"''; # TODO: tweak theme to display something when inside nix-shell
}; };
history = { history = {