1
0
Fork 0

Env fuckup workaround

This commit is contained in:
Malte Brandy 2021-06-18 14:21:57 +02:00
parent 7d266c8ff0
commit a054f24472
No known key found for this signature in database
GPG key ID: 226A2D41EF5378C9

View file

@ -7,6 +7,10 @@
save = 1000000;
size = 1000000;
};
# Workaround for the limitation that gnome unsets some variables for following sessions (like EDITOR) but __HM_SESS_VARS_SOURCED apparently not.
initExtraFirst = ''
export __HM_SESS_VARS_SOURCED=""
'';
initExtra = ''
${builtins.readFile ./zshrc}
source ${pkgs.zsh-powerlevel10k}/share/zsh-powerlevel10k/powerlevel10k.zsh-theme