Ver a proveniência

update __my_ps1_tmux

pull/1/head
10sr há 12 anos
ascendente
cometimento
18277f0453
1 ficheiros alterados com 2 adições e 1 eliminações
  1. +2
    -1
      bashrc

+ 2
- 1
bashrc Ver ficheiro

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


Carregando…
Cancelar
Guardar