From c6b6b991f47ed9c424a37cbd6430fd07935ec0c7 Mon Sep 17 00:00:00 2001 From: wwya Date: Tue, 31 Mar 2026 10:02:50 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20=E5=91=BD=E4=BB=A4/history?= =?UTF-8?q?.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 命令/history.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 命令/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