Files
oh-my-opencode/dist/shared/command-executor/shell-path.d.ts
T

3 lines
131 B
TypeScript
Raw Normal View History

export declare function findZshPath(customZshPath?: string): string | null;
export declare function findBashPath(): string | null;