The missing newlines slightly messed up my terminal (it moved the PS1 over to the side) because there were no newlines after the output (and there is no \n before my PS1 PS1='PS1='${debian_chroot:+($debian_chroot)}\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$ ' which is the default).
I am not sure how the built in RStudio-Terminal handles this. In my case it was vanilla gnome terminal with bash on ubuntu.
The missing newlines slightly messed up my terminal (it moved the PS1 over to the side) because there were no newlines after the output (and there is no
\n
before my PS1PS1='PS1='${debian_chroot:+($debian_chroot)}\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$ '
which is the default).I am not sure how the built in RStudio-Terminal handles this. In my case it was vanilla gnome terminal with bash on ubuntu.