dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit 2065a399eb31b2aac6c6ee7dd98e747bc71d738f
parent b5e81943421257c634b18f481cdb376a9d5f7cfd
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Tue, 19 Jun 2018 15:35:25 -0400

Attach to existing sessions if these do not exist

Diffstat:
Mlinks/bin/alpine-headless | 2+-
Mlinks/bin/phony-headless | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/links/bin/alpine-headless b/links/bin/alpine-headless @@ -3,7 +3,7 @@ vmpath="$HOME/VMware Fusion VMs/alpine-virt.vmwarevm/alpine-virt.vmx" #ip=172.16.106.42 sshfsmount=~/alpine -cmd="tmux" +cmd="tmux new-session -A -s misc" # 1. In vmware fusion gui app, configure network adapter to "Internet # Sharing: Share with my Mac". Copy the MAC address under "Advanced options" diff --git a/links/bin/phony-headless b/links/bin/phony-headless @@ -3,7 +3,7 @@ vmpath="$HOME/VMware Fusion VMs/Debian 9.x 64-bit.vmwarevm/Debian 9.x 64-bit.vmx" #ip=172.16.106.42 sshfsmount=~/phony -cmd="tmux" +cmd="tmux new-session -A -s misc" if [[ "$1" = "-h" ]]; then echo "usage: $0 [start|suspend|stop|status|copysshkey|notmux]"