Re: .zshrc

2010-02-02 Thread Polytropon
Sorry for not directly answering your question, but allow me a sidenote that may safe you some trouble in the future: You're modifying root's dialog shell. You should not do that. In case of a problem where the system only boots in maintenance mode (SUM), you won't be able to fix things because

Re : .zshrc

2010-02-02 Thread Alexandre L.
I can't help you with ZSH but I think it is not a good idea to replace root's default shell. You will have problem if your system break. see http://forums.freebsd.org/showthread.php?t=2194 and http://unix.derkeiler.com/Mailing-Lists/FreeBSD/questions/2009-01/msg00202.html --- En date de : Mar

Re: .zshrc

2010-02-02 Thread Ed Jobs
On Tuesday 02 of February 2010 20:41, Polytropon wrote: I've taken your .zshrc content and installed zsh, but whenever I started it, echo $SHELL tells me it is /bin/csh... so I'm much more clueless now... :-) the $SHELL variable does not change when you run a subshell. but the shell is

Re: .zshrc

2010-02-02 Thread Dánielisz László
Thanks for everybody the advices, I changed my mind and I want to apply zsh only for local user, tryed the .zshrc but still not working. From: Ed Jobs olori...@gmail.com To: freebsd-questions@freebsd.org Sent: Tue, February 2, 2010 8:33:07 PM Subject: Re

Re: .zshrc

2010-02-02 Thread Polytropon
On Tue, 2 Feb 2010 11:49:30 -0800 (PST), Dánielisz László laszlo_daniel...@yahoo.com wrote: Thanks for everybody the advices, I changed my mind and I want to apply zsh only for local user, tryed the .zshrc but still not working. Can you post the current content of the user's .zshrc? Have you

Re: .zshrc

2010-02-02 Thread Dánielisz László
. From: Polytropon free...@edvax.de To: Dánielisz László laszlo_daniel...@yahoo.com Cc: freebsd-questions@freebsd.org Sent: Tue, February 2, 2010 9:04:25 PM Subject: Re: .zshrc On Tue, 2 Feb 2010 11:49:30 -0800 (PST), Dánielisz László laszlo_daniel...@yahoo.com wrote: Thanks for everybody

Re: .zshrc

2010-02-02 Thread Ed Jobs
On Tuesday 02 of February 2010 22:59, Dánielisz László wrote: alias vi vim use: alias vi=vim -- Real programmers don't document. If it was hard to write, it should be hard to understand. signature.asc Description: This is a digitally signed message part.

Re: .zshrc

2010-02-02 Thread Polytropon
On Tue, 2 Feb 2010 12:59:04 -0800 (PST), Dánielisz László laszlo_daniel...@yahoo.com wrote: Sure, here it is: % cat .zshrc # Lines configured by zsh-newuser-install HISTFILE=~/.histfile HISTSIZE=1000 SAVEHIST=1 Looks good. setopt appendhistory bindkey -e This too. alias vi

Re: .zshrc

2010-02-02 Thread Dánielisz László
Great, it is working! From: Ed Jobs olori...@gmail.com To: freebsd-questions@freebsd.org Sent: Tue, February 2, 2010 10:13:29 PM Subject: Re: .zshrc On Tuesday 02 of February 2010 22:59, Dánielisz László wrote: alias vi vim use: alias vi=vim -- Real