Fix broken path to SHELL

The shell actually is within /bin/zsh instead.
This commit is contained in:
Daniel Siepmann 2022-02-07 21:10:25 +01:00
parent c372dacc8c
commit 12be4eb1d3
Signed by: Daniel Siepmann
GPG key ID: 33D6629915560EF4

View file

@ -14,7 +14,7 @@
LANGUAGE = "en_US";
EDITOR = "nvim";
SHELL = pkgs.zsh;
SHELL = "${pkgs.zsh}/bin/zsh";
LESS = "-R -J -W -i -M";
LSCOLORS = "HxGxDxDxbxDxDxababcxcx";