Exclusively use rc or profile file

This commit is contained in:
crschnick 2023-05-11 10:14:51 +00:00
parent d3485e9f6d
commit 4bf42831f3

View file

@ -53,12 +53,12 @@ public class ScriptHelper {
if (applyProfilesCommand != null) {
content = applyProfilesCommand + "\n" + content;
}
}
} else {
var applyRcCommand = t.applyRcFileCommand();
if (applyRcCommand != null) {
content = applyRcCommand + "\n" + content;
}
}
if (toExecuteInShell != null) {
// Normalize line endings