zsh-users
 help / color / mirror / code / Atom feed
* confused by history
@ 2000-05-12 18:58 Eric Smith
  2000-05-13 19:49 ` Steve Reid
  2000-05-14  2:37 ` Bart Schaefer
  0 siblings, 2 replies; 4+ messages in thread
From: Eric Smith @ 2000-05-12 18:58 UTC (permalink / raw)
  To: zsh users

I like lots of history as in  ... what was that command I typed two years ago
mmm... ^-R and its back ;)

Problem is that I cannot seem to grow my history file - as you can see by
the grep -i from my zshrc I am quite ambitous.  I often toggle setting
and go wc -l $HISTFILE but get no more that 500 or up to 1000 if lucky -
what could be keeping the file small?

grep -i /etc/zshrc:


set INC_APPEND_HISTORY 
set SHARE_HISTORY 
export HISTFILE=~/.zsh_history
export HISTSIZE=10000
export HISTFILESIZE=10000
export SAVEHIST=10000
setopt
      append_history \
		bang_hist \
		hist_allow_clobber \
		hist_expire_dups_first \
		hist_ignore_all_dups \
      histignoredups \
		inc_append_history \
      hist_ignore_dups \
      extendedhistory 
       #histverify
       #setopt hist_ignore_dups \
       #extendedhistory \
       #histignoredups \
       #histverify 

-- 
Eric Smith


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2000-05-15  7:49 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-05-12 18:58 confused by history Eric Smith
2000-05-13 19:49 ` Steve Reid
2000-05-15  6:21   ` Bart Schaefer
2000-05-14  2:37 ` Bart Schaefer

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).