Добавить 'tmux/utils/session-type.sh'

This commit is contained in:
Дмитрий Рамазанов 2019-09-19 12:01:42 +00:00
parent e18b223d6e
commit 4f3d96846f

View File

@ -0,0 +1,7 @@
#!/usr/bin/env bash
if [ -n "$SSH_CONNECTION" ]; then
tmux set status-position bottom
else
tmux set -u status-position
fi