RStudio writing to command history - extra echo and env lines?

Any idea why the RStudio terminal window adds all these extra "echo" lines to my command history? Seems like a rather odd feature. What's the best way to suppress them?

oak# tailf .bash_history
#1559176914
cat .gitconfig
#1559179572
ll
#1559179575
 echo 2800C1C4 && /usr/bin/env && echo E4F16E1D
#1559179870
cat ~/.gitconfig
#1559179873
 echo 8784F8A8 && /usr/bin/env && echo 9467F916

thanx,

Russell

What kind of shell are you using in the terminal? This issue sounds similar: https://github.com/rstudio/rstudio/issues/4699

The default shell for all our users is bash.
Took me a while to work out what was causing it, and I'm still not sure of it's significance.

--Russell

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.