fix(cheetah): export $SHELL
Is (somehow) not set by setting `user.shell = "${pkgs.zsh}/bin/zsh";`
This commit is contained in:
parent
3fd306eb98
commit
86809b8963
1 changed files with 2 additions and 0 deletions
|
@ -109,6 +109,8 @@
|
|||
};
|
||||
|
||||
initExtra = ''
|
||||
export SHELL="${pkgs.zsh}/bin/zsh"
|
||||
|
||||
eval "$(direnv hook zsh)"
|
||||
'';
|
||||
|
||||
|
|
Loading…
Reference in a new issue