Re-add missing function

This commit is contained in:
Oliver Davies 2021-07-28 12:57:53 +01:00 committed by GitHub
parent e1596559f0
commit a91fa7a378
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,4 +4,8 @@ ensure_tmux_is_running() {
fi
}
_not_inside_tmux() {
[[ -z "$TMUX" ]]
}
ensure_tmux_is_running