소스 검색

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


불러오는 중...
취소
저장