zsh-users
 help / color / mirror / code / Atom feed
From: Steve Reid <sreid@sea-to-sky.net>
To: Eric Smith <eric@fruitcom.com>
Cc: zsh users <zsh-users@sunsite.auc.dk>
Subject: Re: confused by history
Date: Sat, 13 May 2000 12:49:26 -0700	[thread overview]
Message-ID: <20000513124926.A416@grok.localnet> (raw)
In-Reply-To: <20000512205850.A8610@fruitcom.com>; from Eric Smith on Fri, May 12, 2000 at 08:58:50PM +0200

On Fri, May 12, 2000 at 08:58:50PM +0200, Eric Smith wrote:
> 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?

I've found that when I boot my computer in the morning and start my X
session with a few xterms, occasionally all of my zsh'es have an empty
history. I'm don't know what's causing it but presumably it has
something to do with the zsh'es all getting killed at shutdown. Maybe
this is the problem you're seeing.

I also get files with names like ".history.1234" congregating in my home
directory. They are all either empty or just contain two bytes: "\0\n".
Kind of annoying.

ZSH_VERSION=3.1.6-dev-19
OSTYPE=freebsd3.2

History stuff from my rc file:

HISTSIZE=800
SAVEHIST=500
HISTFILE=~/.history
setopt HIST_EXPIRE_DUPS_FIRST
setopt HIST_IGNORE_DUPS
setopt HIST_IGNORE_SPACE
setopt HIST_NO_STORE
setopt HIST_SAVE_NO_DUPS
setopt HIST_REDUCE_BLANKS
setopt SHARE_HISTORY


  reply	other threads:[~2000-05-15  6:11 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-05-12 18:58 Eric Smith
2000-05-13 19:49 ` Steve Reid [this message]
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=20000513124926.A416@grok.localnet \
    --to=sreid@sea-to-sky.net \
    --cc=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).