mirror of
https://github.com/xpipe-io/xpipe.git
synced 2025-04-19 02:33:39 +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…
Add table
Reference in a new issue