fix tmux error-message
This commit is contained in:
parent
c9fe360478
commit
7e05ea402a
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue