Skip to content

Instantly share code, notes, and snippets.

@0x1d107
Created September 28, 2025 07:53
Show Gist options
  • Select an option

  • Save 0x1d107/a97063612673935a3d41620073be3162 to your computer and use it in GitHub Desktop.

Select an option

Save 0x1d107/a97063612673935a3d41620073be3162 to your computer and use it in GitHub Desktop.
if [ -f /run/.containerenv ]
then
function containername() {
. /run/.containerenv
echo $name
}
export TMUX_TMPDIR=/tmp/$(containername)-tmux/
mkdir -p $TMUX_TMPDIR
unset -f containername
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment