Skip to content

Instantly share code, notes, and snippets.

@anddam
Created November 27, 2016 10:28
Show Gist options
  • Save anddam/7ffc1242c07bb4a6863ed362de24eb5d to your computer and use it in GitHub Desktop.
Save anddam/7ffc1242c07bb4a6863ed362de24eb5d to your computer and use it in GitHub Desktop.
def _myhost(args, stdin=None):
if args:
![ssh myhost @(args)]
else:
![ssh myhost -t 'tmux attach']
aliases['myhost'] = _myhost
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment