Explorar el Código

tmux added to zsh additions

master
Dirk Alders hace 1 año
padre
commit
a36e7f81c1
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. 4
    0
      zshrc.d/__available__/tmux.zsh

+ 4
- 0
zshrc.d/__available__/tmux.zsh Ver fichero

@@ -0,0 +1,4 @@
1
+if command -v tmux &> /dev/null && [ -n "$PS1" ] && [[ ! "$TERM" =~ screen ]] && [[ ! "$TERM" =~ tmux ]] && [ -z "$TMUX" ]; then
2
+  exec tmux_default
3
+fi
4
+

Loading…
Cancelar
Guardar