Files
25Aug15_Tmux-Config/README.md
2025-08-18 11:47:10 +08:00

37 lines
476 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

## V1.0.0
初始化
## V1.1.0
### 新增:
右侧监控栏内存显示
## V1.2.0
### 新增:
网速显示
## V1.2.1
### 优化:
改用脚本显示网速mux_net_speed.sh
### 附言:
开启此功能需在~/.bashrc脚本中添加
```
# 自动启动 tmux 实时网速脚本(如果尚未运行)
if ! pgrep -f "tmux_net_speed.sh" > /dev/null; then
nohup ~/tmux_net_speed.sh >/dev/null 2>&1 &
fi
```
## V1.3.0
release0