.bash/screen.sh

6 lines
83 B
Bash
Executable File

case $TERM in
screen)
export PROMPT_COMMAND='echo -n -e "\033k\033\\"'
;;
esac