Fix indent

This commit is contained in:
Antonio J. Delgado 2021-09-13 14:23:14 +03:00
parent 85cc6ec92d
commit c5eba2ad07

View file

@ -56,10 +56,10 @@ fi
# If this is an xterm set the title to user@host:dir
case "$TERM" in
xterm*|rxvt*)
xterm*|rxvt*)
PS1="\[\e]0;${debian_chroot:+($debian_chroot)}\u@\h: \w\a\]$PS1"
;;
*)
*)
;;
esac