瀏覽代碼

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
}


Loading…
取消
儲存