mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +00:00
vscode: fix SHLVL
This commit is contained in:
parent
581cc83263
commit
a56214aeac
1 changed files with 4 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue