Skip to content

Commit d99dfec

Browse files
committed
A new term setting in bash
1 parent e199ea0 commit d99dfec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

remoteshell/bashrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ PS1='${debian_chroot:+($debian_chroot)}\u@\h:\w\$ '
1919

2020
# If this is an xterm set the title to user@host:dir
2121
case "$TERM" in
22-
xterm*|rxvt*)
22+
xterm*|rxvt*|eterm*)
2323
PROMPT_COMMAND='echo -ne "\033]0;${USER}@${HOSTNAME}: ${PWD}\007"'
2424
;;
2525
*)

0 commit comments

Comments
 (0)