diff --git a/core/src/main/java/io/xpipe/core/process/ShellTypes.java b/core/src/main/java/io/xpipe/core/process/ShellTypes.java index 4cf389c8..a3993e81 100644 --- a/core/src/main/java/io/xpipe/core/process/ShellTypes.java +++ b/core/src/main/java/io/xpipe/core/process/ShellTypes.java @@ -449,7 +449,7 @@ public class ShellTypes { @Override public String getOpenWithInitFileCommand(String file) { - return String.format("%s -i -l \"%s\"", getExecutable(), file); + return String.format("%s -i -l -c \"%s\"", getExecutable(), file); } @Override