mirror of
https://github.com/xpipe-io/xpipe.git
synced 2024-11-22 07:30:24 +00:00
Exclusively use rc or profile file
This commit is contained in:
parent
d3485e9f6d
commit
4bf42831f3
1 changed files with 5 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue