Добавить 'tmux/utils/session-type.sh'
This commit is contained in:
parent
e18b223d6e
commit
4f3d96846f
7
tmux/utils/session-type.sh
Normal file
7
tmux/utils/session-type.sh
Normal 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
|
Loading…
Reference in New Issue
Block a user