Skip to content

Commit 557b53c

Browse files
fix: terminal PS1
1 parent 9ee2ff5 commit 557b53c

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/services/terminal.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,6 @@ export class TerminalService {
226226

227227
env.TERM = 'xterm-256color';
228228
env.COLORTERM = 'truecolor';
229-
env.PS1 = isHost ? '\\u@HOST:\\w\\$ ' : '\\u@CONTAINER:\\w\\$ ';
230229

231230
return env;
232231
}

0 commit comments

Comments
 (0)