Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Bug with hist_ignore_space
- X-seq: zsh-workers 16019
- From: Geoff Wing <mason@xxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: Bug with hist_ignore_space
- Date: Fri, 12 Oct 2001 07:35:31 +0000 (UTC)
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- Organization: PrimeNet Computer Consultants
- Reply-to: mason@xxxxxxxxxxxxxxx
Heyla,
what's up with hist_ignore_space at the moment? Commands
with spaces at the start are staying in history past the
one more command limit and are also being written to HISTFILE
% zsh
% echo $ZSH_VERSION
4.1.0-dev-2
% setopt | fgrep histignorespace
histignorespace on
% # foo Ive got interactivecomments on too
% exit
% zsh
% # foo
% # bar maybe we need another command to push it out of history
% exit
% tail -6 ~/.history
setopt | fgrep histignorespace
# foo Ive got interactivecomments on too
exit
# foo
# bar maybe we need another command to push it out of history
exit
%
Regards,
--
Geoff Wing <gcw@xxxxxxxxx>
rxvt stuff <gcw@xxxxxxxx>
zsh stuff <gcw@xxxxxxx>
Messages sorted by:
Reverse Date,
Date,
Thread,
Author