소스 검색

get tmux pane name every time ps1 is generated

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

+ 2
- 2
bashrc 파일 보기

@@ -476,10 +476,10 @@ __my_ps1_scale(){
echo "[LC:${LINES}x${COLUMNS}]"
return $last
}
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]"
local tmuxc="$(__try_exec tmux display -p '#S:#I:#W.#P' 2>/dev/null)"
test -n "$TMUX" && echo "[TMUX:$tmuxc]"
return $last
}
__my_ps1_moc(){


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