mirror of
https://github.com/xpipe-io/xpipe.git
synced 2024-11-21 23:20:23 +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,11 +53,11 @@ public class ScriptHelper {
|
|||
if (applyProfilesCommand != null) {
|
||||
content = applyProfilesCommand + "\n" + content;
|
||||
}
|
||||
}
|
||||
|
||||
var applyRcCommand = t.applyRcFileCommand();
|
||||
if (applyRcCommand != null) {
|
||||
content = applyRcCommand + "\n" + content;
|
||||
} else {
|
||||
var applyRcCommand = t.applyRcFileCommand();
|
||||
if (applyRcCommand != null) {
|
||||
content = applyRcCommand + "\n" + content;
|
||||
}
|
||||
}
|
||||
|
||||
if (toExecuteInShell != null) {
|
||||
|
|
Loading…
Reference in a new issue