标签: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
标签:rod https ssh tmux code col rgba select 修改
原文地址:https://www.cnblogs.com/pengdonglin137/p/14965400.html