Skip to content

Instantly share code, notes, and snippets.

@Dolbager
Created February 26, 2018 10:38
Show Gist options
  • Select an option

  • Save Dolbager/9de0769c0f2e30c007f68da371520fbb to your computer and use it in GitHub Desktop.

Select an option

Save Dolbager/9de0769c0f2e30c007f68da371520fbb to your computer and use it in GitHub Desktop.

Revisions

  1. Dolbager created this gist Feb 26, 2018.
    3 changes: 3 additions & 0 deletions iterm2 + tmux + ssh auto start and attach
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,3 @@
    function ssht {
    ssh $@ -t 'tmux -CC attach || tmux -CC'
    }