Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

history trouble



Hi,
I have a problem with zsh 4.2.6 (i686-pc-cygwin). My history
isn't read and write. I have the permission:
 $ ls -l ~/.zsh_history 
 -rw-r--r-- 1 richter Kein 7 Jan 26 14:56 /home/richter/.zsh_history
I have set all correct:
 $ cat ~/.zshrc
 HISTSIZE=99999
 HISTFILE=~/.zsh_history
 SAVEHIST=9999
They are read:
 $ set | col -bx | grep HIST | sort
 APPEND_HISTORY=1
 HISTCHARS='!^#'
 HISTCMD=5
 HISTCONTROL=ignoreboth
 HISTFILE=/home/richter/.zsh_history
 HISTFILESIZE=999999
 HISTIGNORE='[   ]*:&:bg:fg:exit'
 HISTSIZE=99999
 SAVEHIST=9999
The other are from bash where I exportet the variables.
The options look ok for me:
 $ setopt 
 extendedglob
 histexpiredupsfirst
 histignoredups
 interactive
 monitor
 promptsubst
 pushdsilent
 shinstdin
 zle
I can write to the history with 
 setopt inc_append_history
but I want the file read!

wkr Thomas Richter

-- 
dss1://49.431.801306      Wot're we going to do tonight, Brain ?
gsm://49.179.5192431   The same thing we do every night, Pinky .
icq://124849926                     Try to TAKE OVER THE WORLD !
mailto:richter@xxxxxxxxxxxxxxxxx    http://www.thomas-richter.de



Messages sorted by: Reverse Date, Date, Thread, Author