Ver a proveniência

supress unneeded output

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

+ 1
- 1
shrc Ver ficheiro

@@ -1275,7 +1275,7 @@ if test -n "$TMUX"
then
__terminal_title="\$(basename \${PWD})"
else
if test -n "$SSH_CONNECTION" && expr "$TERM" : '^screen'
if test -n "$SSH_CONNECTION" && expr "$TERM" : '^screen' >/dev/null
then
__terminal_title="`whoami`@`hostname`:\$(basename \${PWD})"
else


Carregando…
Cancelar
Guardar