Try again with this zhistory not saving
This commit is contained in:
parent
6809a5aea8
commit
cdbfe450e7
34
2023-03-25_history.paste
Normal file
34
2023-03-25_history.paste
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user