Commit 01a0e80c authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Start tmux client in zsh with helper script

parent 37a92516
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -5,4 +5,5 @@ source_first ~/.profile /etc/profile
source_each ~/.shell/$(get_platform)/profile ~/.sh_local ~/.zsh_local

# Automatically run terminal multiplexer on SSH connect
[ -n "$SSH_TTY" ] && [ "x$TERM" != xscreen ] && has tmux && exec tmux -u attach
[ -n "$SSH_TTY" ] && [ "x$TERM" != xscreen ] && has tmux &&
	exec ~/.shell/bin/tmux-display-helper start-client