ソースを参照

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]"


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