commit c6b6b991f47ed9c424a37cbd6430fd07935ec0c7 Author: wwya Date: Tue Mar 31 10:02:50 2026 +0800 添加 命令/history.md diff --git a/命令/history.md b/命令/history.md new file mode 100644 index 0000000..41f3286 --- /dev/null +++ b/命令/history.md @@ -0,0 +1,6 @@ + +```shell +export HISTTIMEFORMAT="%Y-%m-%d_%H:%M:%S " +export HISTFILESIZE=1000000 +export HISTSIZE=1000000 +``` \ No newline at end of file