initLine property

  1. @override
String? get initLine
override

A single command sent once when the session opens (e.g. installing a Ctrl-C trap or suppressing the shell's prompt), or null if none.

Implementation

@override
String? get initLine =>
    r"function prompt { '' }; $ErrorActionPreference='Continue'";