mirror of
https://github.com/xpipe-io/xpipe.git
synced 2026-05-25 00:38:28 -04:00
Init file sourcing changes
This commit is contained in:
@@ -62,16 +62,12 @@ public interface ShellDialect {
|
||||
|
||||
String addToPathVariableCommand(List<String> entries, boolean append);
|
||||
|
||||
default String applyRcFileCommand() {
|
||||
default String applyInitFileCommand() {
|
||||
return null;
|
||||
}
|
||||
|
||||
String changeTitleCommand(String newTitle);
|
||||
|
||||
default String applyProfileFilesCommand() {
|
||||
return null;
|
||||
}
|
||||
|
||||
CommandControl createStreamFileWriteCommand(ShellControl shellControl, String file, long totalBytes);
|
||||
|
||||
default String getCdCommand(String directory) {
|
||||
|
||||
Reference in New Issue
Block a user