diff -urN a/bashrc b/bashrc --- a/bashrc 2019-03-21 11:47:44.491100581 +0900 +++ b/bashrc 2019-03-21 13:00:57.670634017 +0900 @@ -38,12 +38,9 @@ # Change the window title of X terminals case ${TERM} in - [aEkx]term*|rxvt*|gnome*|konsole*|interix) + [aEkx]term*|rxvt*|gnome*|konsole*|interix|screen*) PS1='\[\033]0;\u@\h:\w\007\]' ;; - screen*) - PS1='\[\033k\u@\h:\w\033\\\]' - ;; *) unset PS1 ;;