zsh-users
 help / color / mirror / code / Atom feed
From: Eric Smith <eric@fruitcom.com>
To: zsh users <zsh-users@sunsite.auc.dk>
Subject: confused by history
Date: Fri, 12 May 2000 20:58:50 +0200	[thread overview]
Message-ID: <20000512205850.A8610@fruitcom.com> (raw)

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


             reply	other threads:[~2000-05-13  8:42 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-05-12 18:58 Eric Smith [this message]
2000-05-13 19:49 ` Steve Reid
2000-05-15  6:21   ` Bart Schaefer
2000-05-14  2:37 ` Bart Schaefer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20000512205850.A8610@fruitcom.com \
    --to=eric@fruitcom.com \
    --cc=zsh-users@sunsite.auc.dk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).