瀏覽代碼

supress unneeded output

pull/1/head
10sr 10 年之前
父節點
當前提交
2cdf1d9cc7
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      shrc

+ 1
- 1
shrc 查看文件

@@ -1275,7 +1275,7 @@ if test -n "$TMUX"
then
__terminal_title="\$(basename \${PWD})"
else
if test -n "$SSH_CONNECTION" && expr "$TERM" : '^screen'
if test -n "$SSH_CONNECTION" && expr "$TERM" : '^screen' >/dev/null
then
__terminal_title="`whoami`@`hostname`:\$(basename \${PWD})"
else


Loading…
取消
儲存