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

Re: Zsh, command history, Mac OS X and network based home directory



On 2006-02-24 16:07:41 +0100, david wrote:
> Environment:
> Mac OS X 10.3.9
> Zsh 4.1.1
> Network mounted home directory
> 
> When I added the following line to my ~/.zshrc
> 
> HISTFILE=~/.zsh_history
> 
> the shell froze/hang when I started a new terminal. Adding set -x to 
> ~/.zshrc produced the following output in new terminals:
> 
> +/Network/Servers/SERVER/Users/name/.zshrc:5> HISTSIZE=1000
> +/Network/Servers/SERVER/Users/name/.zshrc:6> SAVEHIST=1000
> +/Network/Servers/SERVER/Users/name/.zshrc:8> 
> HISTFILE=/Network/Servers/SERVER/Users/name/.zsh_history

I have the following in my .zshrc:

HISTSIZE=8000
SAVEHIST=8000
HISTFILE="$HOME/.zhistory"

and zsh has never hung under Mac OS X 10.4.* here. I'm using zsh 4.2.6
and my home directory is local.

-- 
Vincent Lefèvre <vincent@xxxxxxxxxx> - Web: <http://www.vinc17.org/>
100% accessible validated (X)HTML - Blog: <http://www.vinc17.org/blog/>
Work: CR INRIA - computer arithmetic / SPACES project at LORIA



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