Skip to content

Instantly share code, notes, and snippets.

@shvargon
Created August 20, 2024 15:17
Show Gist options
  • Select an option

  • Save shvargon/d435471bafefb2d3d8581f33678b06a3 to your computer and use it in GitHub Desktop.

Select an option

Save shvargon/d435471bafefb2d3d8581f33678b06a3 to your computer and use it in GitHub Desktop.
Tmux ssh auto
if [[ $- =~ i ]] && [[ -z "$TMUX" ]] && [[ -n "$SSH_TTY" ]]; then
tmux new -A -s ssh_tmux
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment