Init file sourcing changes

This commit is contained in:
crschnick
2024-04-23 16:57:11 +00:00
parent 24600a98be
commit 627a8141cd
2 changed files with 4 additions and 13 deletions

View File

@@ -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) {