.zshrc

2010-02-02 Thread Dánielisz László
hi, I am new in this and I have a question about it: I done my .zshrc but the zsh is not loading the configuration from it. There are the details: # cat .zshrc export HISTFILE=~/.zsh_history export HISTSIZE=5 export SAVEHIST=5 alias hhistory 25 alias jjobs -l alias lals -a alias lfls

Re: .zshrc

2010-02-02 Thread Polytropon
. If you HAVEN'T changed root's shell and are only invoking zsh from the default csh, I haven't said anything. :-) On Tue, 2 Feb 2010 10:01:45 -0800 (PST), Dánielisz László laszlo_daniel...@yahoo.com wrote: hi, I am new in this and I have a question about it: I done my .zshrc but the zsh

Re : .zshrc

2010-02-02 Thread Alexandre L.
2.2.10, Dánielisz László laszlo_daniel...@yahoo.com a écrit : De: Dánielisz László laszlo_daniel...@yahoo.com Objet: .zshrc À: freebsd-questions@freebsd.org Date: Mardi 2 Février 2010, 18h01 hi, I am new in this and I have a question about it: I done my .zshrc but the zsh is not loading

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

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ó
Sure, here it is: % cat .zshrc # Lines configured by zsh-newuser-install HISTFILE=~/.histfile HISTSIZE=1000 SAVEHIST=1 setopt appendhistory bindkey -e alias vi vim # End of lines configured by zsh-newuser-install Actually I made a new one for my local user

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