diff --git a/scripts/itermtmux b/scripts/itermtmux new file mode 100755 index 0000000..5629c70 --- /dev/null +++ b/scripts/itermtmux @@ -0,0 +1,3 @@ +#!/bin/bash + +tmux -CC a -t $(hostname -s) diff --git a/scripts/localtmux b/scripts/localtmux new file mode 100755 index 0000000..b45468b --- /dev/null +++ b/scripts/localtmux @@ -0,0 +1,3 @@ +#!/bin/bash + +tmux a -t $(hostname -s) diff --git a/scripts/newtmux b/scripts/newtmux new file mode 100755 index 0000000..de73d84 --- /dev/null +++ b/scripts/newtmux @@ -0,0 +1,3 @@ +#!/bin/bash + +tmux new -s $(hostname -s)