zsh-users
 help / color / mirror / code / Atom feed
* Zsh, command history, Mac OS X and network based home directory
@ 2006-02-24 15:07 david
  2006-02-26  0:08 ` Vincent Lefevre
  0 siblings, 1 reply; 2+ messages in thread
From: david @ 2006-02-24 15:07 UTC (permalink / raw)
  To: zsh-users

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


Googling didn't turn up anyting. I also asked in the zsh irc-channel on 
freenode but no one there had seen this before so they suggested that I 
post my question here.


Any ideas?


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Zsh, command history, Mac OS X and network based home directory
  2006-02-24 15:07 Zsh, command history, Mac OS X and network based home directory david
@ 2006-02-26  0:08 ` Vincent Lefevre
  0 siblings, 0 replies; 2+ messages in thread
From: Vincent Lefevre @ 2006-02-26  0:08 UTC (permalink / raw)
  To: zsh-users

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@vinc17.org> - 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


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2006-02-26  0:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-02-24 15:07 Zsh, command history, Mac OS X and network based home directory david
2006-02-26  0:08 ` Vincent Lefevre

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).