Workstation API - v0.6.2
    Preparing search index...

    Variable bashConst

    bash: {
        bashProfile: (
            statements: readonly ShellStatement[],
            options?: ShellFileOptions,
        ) => GeneratedFileResource;
        bashrc: (
            statements: readonly ShellStatement[],
            options?: ShellFileOptions,
        ) => GeneratedFileResource;
        profile: (
            statements: readonly ShellStatement[],
            options?: ShellFileOptions,
        ) => GeneratedFileResource;
    } = ...

    Declare Bash startup files. Bash login shells read the first available profile file.

    Type Declaration