added different shell, as the default was buggy
This commit is contained in:
parent
d4b0fc654a
commit
e625d324c6
@ -45,5 +45,13 @@
|
|||||||
};
|
};
|
||||||
"direnv.path.executable" = "${pkgs.direnv}/bin/direnv";
|
"direnv.path.executable" = "${pkgs.direnv}/bin/direnv";
|
||||||
"latex-workshop.latex.outDir" = "%DIR%/out";
|
"latex-workshop.latex.outDir" = "%DIR%/out";
|
||||||
|
|
||||||
|
"terminal.integrated.profiles.linux" = {
|
||||||
|
"bash" = {
|
||||||
|
"path" = "${pkgs.bashInteractive}/bin/bash";
|
||||||
|
"args" = [];
|
||||||
|
};
|
||||||
|
};
|
||||||
|
"terminal.integrated.defaultProfile.linux" = "bash";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user