Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Newbie zsh setup warts (history, pipes, export, ...).
- X-seq: zsh-users 8106
- From: "s. keeling" <keeling@xxxxxxxxxxx>
- To: zsh-users <zsh-users@xxxxxxxxxx>
- Subject: Newbie zsh setup warts (history, pipes, export, ...).
- Date: Sun, 24 Oct 2004 17:06:23 -0600
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- Sender: "s. keeling" <keeling@xxxxxxxxxxx>
I'm uset to doing "set | grep -i blah" but in zsh that produces:
Binary file (standard input) matches
"set | less" works. What's wrong with the grep?
I also don't appear to have history set up correctly. It's not
saving my history between sessions. These are in my ~/.zshenv:
-------------------------------
HISTCONTROL=ignoredups
HISTFILE=$HOME/.zsh_history
HISTSIZE=2000
setopt HIST_EXPIRE_DUPS_FIRST
setopt APPEND_HISTORY
setopt hist_verify
setopt extended_history
export HISTCONTROL \
HISTFILE \
HISTSIZE
-------------------------------
What am I missing here, and does zsh need those last three exported?
--
Any technology distinguishable from magic is insufficiently advanced.
(*) http://www.spots.ab.ca/~keeling
- -
Messages sorted by:
Reverse Date,
Date,
Thread,
Author