소스 검색

supress errormesg when tmux is not running

pull/1/head
10sr 12 년 전
부모
커밋
0f1344befd
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      bashrc

+ 1
- 1
bashrc 파일 보기

@@ -469,7 +469,7 @@ ip-address(){
test -n "$ip" && printf $1 $ip
}

TMUX_CURRENT="$(__try_exec tmux display -p '#S:#I:#W.#P')"
TMUX_CURRENT="$(__try_exec tmux display -p '#S:#I:#W.#P' 2>/dev/null)"
__my_ps1_tmux(){
local last=$?
test -n "$TMUX" && echo "[TMUX:$TMUX_CURRENT]"


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