#!/bin/sh
# {{ ansible_managed }}
if [ -z "$TMUX" ]; then
TMOUT=900
readonly TMOUT
export TMOUT
else
unset TMOUT
fi