码迷,mamicode.com
首页 > 其他好文 > 详细

修改tmux背景色

时间:2021-07-05 17:23:38      阅读:0      评论:0      收藏:0      [点我收藏+]

标签:rod   https   ssh   tmux   code   col   rgba   select   修改   

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

 

修改tmux背景色

标签:rod   https   ssh   tmux   code   col   rgba   select   修改   

原文地址:https://www.cnblogs.com/pengdonglin137/p/14965400.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!