当我单击终端时,出现奇怪的字符
通过关闭MacBook(将其置于待机模式)结束ssh连接后,出现了我遇到的问题。我回来写了broken pipe。 当我单击终端窗口时,出现一系列字符。如果单击几次,则这些字符的组合将出现相同的次数。 通过移动光标,我可以更改字母的组合... 在这里,在每一行之间,我将光标移动到了桌面上的其他位置。 我的内容~/.bash_profile是: # Tell ls to be colourful export CLICOLOR=1 export LSCOLORS=Exfxcxdxbxegedabagacad # Tell grep to highlight matches export GREP_OPTIONS='--color=auto' export TERM="xterm-color" PS1='\[\e[0;33m\]\u\[\e[0m\]@\[\e[0;32m\]\h\[\e[0m\]:\[\e[0;34m\]\w\[\e[0m\]\$ ' # Setting PATH for Python 3.6 # The original version is saved in .bash_profile.pysave PATH="/Library/Frameworks/Python.framework/Versions/3.6/bin:${PATH}" export PATH # added by Anaconda3 5.2.0 …