Skip to content

Instantly share code, notes, and snippets.

@glidenote
Last active October 3, 2015 01:07
Show Gist options
  • Save glidenote/2359525 to your computer and use it in GitHub Desktop.
Save glidenote/2359525 to your computer and use it in GitHub Desktop.
.zshrc for mosh_tmux
if [ $TERM = screen ]; then
function mosh_tmux() {
tmux new-window -n $@ "exec mosh $@"
}
alias mosh=mosh_tmux
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment