Skip to content

Instantly share code, notes, and snippets.

@kfatehi
Created March 26, 2020 09:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kfatehi/a7bcf40ef7ac45842c5b5ca82660623f to your computer and use it in GitHub Desktop.
Save kfatehi/a7bcf40ef7ac45842c5b5ca82660623f to your computer and use it in GitHub Desktop.
windows git bash mintty desktop shortcut into a persistent remote tmux ssh shell session
"C:\Program Files\Git\usr\bin\mintty.exe" -w full -h always /bin/bash -l -e -c 'ssh -t pi@192.168.88.114 tmux new-session -A -s main'
@kfatehi
Copy link
Author

kfatehi commented Mar 26, 2020

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment