소스 검색

update __my_ps1_tmux

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

+ 2
- 1
bashrc 파일 보기

@@ -557,7 +557,8 @@ __my_ps1_scale(){
}
__my_ps1_tmux(){
local last=$?
local tmuxc="$(__try_exec tmux display -p '#S:#I:#W.#P' 2>/dev/null)"
null type tmux || return $last
local tmuxc="$(tmux display -p '#S:#I:#W.#P' 2>/dev/null)"
test -n "$TMUX" && echo "[TMUX:$tmuxc]"
return $last
}


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