ソースを参照

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
}


読み込み中…
キャンセル
保存