From cdbfe450e711e192de65937c5e459bac87b86975 Mon Sep 17 00:00:00 2001 From: Trey Blancher Date: Sat, 25 Mar 2023 10:18:41 -0400 Subject: [PATCH] Try again with this zhistory not saving --- 2023-03-25_history.paste | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 2023-03-25_history.paste diff --git a/2023-03-25_history.paste b/2023-03-25_history.paste new file mode 100644 index 0000000..27c7d29 --- /dev/null +++ b/2023-03-25_history.paste @@ -0,0 +1,34 @@ +typeset -p SAVEHIST HISTFILE HISTSIZE: +typeset -i10 SAVEHIST=99999 +typeset HISTFILE=/home/trey/.zhistory +export -i10 HISTSIZE=1000000 + + +setopt: +autocd +nobeep +braceccl +correct +extendedglob +extendedhistory +histexpiredupsfirst +histignorealldups +histignorespace +histverify +incappendhistory +interactive +interactivecomments +login +nonomatch +nullglob +promptbang +shinstdin +vi + + +ls -alh .zhistory: +-rw-r--r-- 1 trey trey 0 Mar 25 10:04 .zhistory + + +lsattr .zhistory: +---------------------- .zhistory