mirror of
https://github.com/xpipe-io/xpipe.git
synced 2026-08-12 12:30:56 +00:00
Attempt to prevent double init file execution when terminal opens
This commit is contained in:
@@ -20,6 +20,8 @@ public interface ShellDialect {
|
||||
|
||||
String fileArgument(String s);
|
||||
|
||||
String executeWithNoInitFiles(ShellDialect parentDialect, String file);
|
||||
|
||||
void prepareDumbTerminalCommands(ShellControl sc) throws Exception;
|
||||
|
||||
String prepareProperTerminalCommands();
|
||||
|
||||
Reference in New Issue
Block a user