1
0
mirror of https://github.com/aquatix/dotfiles.git synced 2025-12-06 21:45:10 +01:00

Automatically re-attach tmux

This commit is contained in:
2015-08-26 16:36:29 +02:00
parent e32fd7ec88
commit befd2062ca

View File

@@ -38,7 +38,7 @@ alias notes='vim ~/mydocs/notes/notes.txt'
alias captainslog='vim ~/mydocs/notes/captains_log.md'
# Some hosts
alias higgs='ssh higgs'
alias higgs='ssh higgs -t "tmux attach"'
#alias medusa='ssh medusa -o LocalCommand="tmux attach"'
alias medusa='ssh medusa -t "tmux attach"'