Always run tmux in ~
This commit is contained in:
parent
72408929fc
commit
061283bac7
|
@ -16,7 +16,7 @@ if [[ "${1-}" =~ ^-*h(elp)?$ ]]; then
|
||||||
exit
|
exit
|
||||||
fi
|
fi
|
||||||
|
|
||||||
cd "$(dirname "$0")"
|
pushd ~
|
||||||
|
|
||||||
SOCKET_PATH="/var/tmux_share/shared"
|
SOCKET_PATH="/var/tmux_share/shared"
|
||||||
SHARED_USER="foxsoft" # Should change this to use getent group tmux
|
SHARED_USER="foxsoft" # Should change this to use getent group tmux
|
||||||
|
@ -60,3 +60,4 @@ else
|
||||||
echo "Unrecognised argument. Use -h for help."
|
echo "Unrecognised argument. Use -h for help."
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
popd
|
||||||
|
|
Loading…
Reference in New Issue