添加 命令/history.md

This commit is contained in:
2026-03-31 10:02:50 +08:00
commit c6b6b991f4

6
命令/history.md Normal file
View File

@@ -0,0 +1,6 @@
```shell
export HISTTIMEFORMAT="%Y-%m-%d_%H:%M:%S "
export HISTFILESIZE=1000000
export HISTSIZE=1000000
```