fix tmux error-message

This commit is contained in:
Jakobus Schürz 2024-10-03 13:55:19 +02:00
parent c9fe360478
commit 7e05ea402a

View file

@ -117,7 +117,6 @@ function _tmux_hook() {
# [ -z "${TMUX+x}" ] || eval "$(tmux show-environment -s)"
if [ -n "${TMUX:-}" ]; then
logerror "bla"
eval "$(tmux show-environment -s)"
fi
}