Bring scripts to shell sessions

This commit is contained in:
crschnick
2023-10-22 10:09:08 +00:00
parent 1bc650d7ac
commit d87f74fffc
5 changed files with 90 additions and 8 deletions

View File

@@ -62,6 +62,8 @@ public interface ShellDialect {
String prepareProperTerminalCommands();
String appendToPathVariableCommand(String entry);
default String applyRcFileCommand() {
return null;
}