Always run tmux in ~

This commit is contained in:
Trevor Vallender 2023-03-12 10:52:54 +00:00
parent 72408929fc
commit 061283bac7
1 changed files with 2 additions and 1 deletions

View File

@ -16,7 +16,7 @@ if [[ "${1-}" =~ ^-*h(elp)?$ ]]; then
exit
fi
cd "$(dirname "$0")"
pushd ~
SOCKET_PATH="/var/tmux_share/shared"
SHARED_USER="foxsoft" # Should change this to use getent group tmux
@ -60,3 +60,4 @@ else
echo "Unrecognised argument. Use -h for help."
fi
popd