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

    Variable zshConst

    zsh: {
        zprofile: (
            statements: readonly ShellStatement[],
            options?: ShellFileOptions,
        ) => GeneratedFileResource;
        zshenv: (
            statements: readonly ShellStatement[],
            options?: ShellFileOptions,
        ) => GeneratedFileResource;
        zshrc: (
            statements: readonly ShellStatement[],
            options?: ShellFileOptions,
        ) => GeneratedFileResource;
        setopt(...options: readonly string[]): ShellStatement;
    } = ...

    Declare independent Zsh startup files. Each defaults to overwrite with original-file restoration.

    Type Declaration