Sfoglia il codice sorgente

update __my_ps1_tmux

pull/1/head
10sr 12 anni fa
parent
commit
18277f0453
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. +2
    -1
      bashrc

+ 2
- 1
bashrc Vedi File

@@ -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
}


Caricamento…
Annulla
Salva