mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-02 01:11:24 -07:00
undo (#18147)
This commit is contained in:
@@ -31,9 +31,7 @@ export function isITerm2(): boolean {
|
||||
return cachedIsITerm2;
|
||||
}
|
||||
|
||||
cachedIsITerm2 =
|
||||
process.env['TERM_PROGRAM'] === 'iTerm.app' ||
|
||||
!!process.env['ITERM_SESSION_ID'];
|
||||
cachedIsITerm2 = process.env['TERM_PROGRAM'] === 'iTerm.app';
|
||||
|
||||
return cachedIsITerm2;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user