修改tmux背景色

https://www.it1352.com/1873377.html

 

#!/bin/sh
if [ -n "$TMUX" ]; then
    case "$1" in
    prod_*)
        tmux selectp -P bg=red
    ;;
    esac
fi
ssh "$@"
tmux selectp -P default

 

posted @ 2021-07-03 00:45  dolinux  阅读(163)  评论(0)    收藏  举报