vscode: fix SHLVL

This commit is contained in:
Sean Buckley 2021-10-15 22:49:00 -04:00
parent 581cc83263
commit a56214aeac

View file

@ -102,6 +102,10 @@ in
"update.showReleaseNotes" = false;
"window.menuBarVisibility" = "hidden";
"workbench.startupEditor" = "none";
"terminal.integrated.profiles.linux"."bash" = {
"path" = "bash";
"args" = [ "-c" "unset SHLVL; bash" ];
};
};
programs.steam.enable = true;