Explorar el Código

path fix for tmux.zsh

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

+ 1
- 1
zshrc.d/__available__/tmux.zsh Ver fichero

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

Loading…
Cancelar
Guardar