相关问题
- How to get the return code of a shell script in lu
- Invoking Mirth Connect CLI with Powershell script
- Xcode debugger displays incorrect values for varia
- Is there a way to report errors in Apple documenta
- Advice for supporting both Mac and Windows Desktop
相关文章
- 使用2台跳板机的情况下如何使用scp传文件
- 现在使用swift开发ios应用好还是swift?
- Visual Studio Code, MAC OS X, OmniSharp server is
- In IntelliJ IDEA, how can I create a key binding t
- shell中反引号 `` 赋值变量问题
- How get the time in milliseconds in FreeBSD?
- xcode 4 garbage collection removed?
- IntelliJ IDEA can't open projects or add SDK o
终于搞定了!使用的是下面的脚本 myssh.sh
脚本说明:
printf "\e]0; $HOST\a"
不够,它的确是设置当前 tab 标题的命令,但当 ssh 登录上后,tab 标题会被改成ssh 服务器上当前所在路径,需要通过export TERM=vt100
解决(方法来自stackexchange)。export TERM=xterm-256color
是为了恢复终端设置。然后在 .bash_profile 中添加 alias 即可。
直接给ssh alias到那个脚本,就跟正常一样了