Explorar el Código

test with grep -o not works as expected, use usual null redirect

pull/1/head
10sr hace 11 años
padre
commit
18f2d67e1b
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. +2
    -1
      bashrc

+ 2
- 1
bashrc Ver fichero

@@ -54,7 +54,8 @@ export VISUAL="$EDITOR"
export GIT_PAGER="less -F"
export GIT_EDITOR="$EDITOR"
if test -n "$TMUX" && \
test -n "tmux display -p '#{client_termname}' | grep -o 256color"
echo $TERM | grep screen >/dev/null 2>&1 && \
tmux display -p '#{client_termname}' | grep 256color >/dev/null 2>&1
then
TERM=screen-256color
fi


Cargando…
Cancelar
Guardar