We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e199ea0 commit d99dfecCopy full SHA for d99dfec
remoteshell/bashrc
@@ -19,7 +19,7 @@ PS1='${debian_chroot:+($debian_chroot)}\u@\h:\w\$ '
19
20
# If this is an xterm set the title to user@host:dir
21
case "$TERM" in
22
-xterm*|rxvt*)
+xterm*|rxvt*|eterm*)
23
PROMPT_COMMAND='echo -ne "\033]0;${USER}@${HOSTNAME}: ${PWD}\007"'
24
;;
25
*)
0 commit comments