Re: .zshrc

2010-02-02 Thread Dánielisz László
Great, it is working! From: Ed Jobs 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 prog

Re: .zshrc

2010-02-02 Thread Polytropon
On Tue, 2 Feb 2010 12:59:04 -0800 (PST), Dánielisz László 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.

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 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 Polytropon
On Tue, 2 Feb 2010 11:49:30 -0800 (PST), Dánielisz László 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ó
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 To: freebsd-questions@freebsd.org Sent: Tue, February 2, 2010 8:33:07 PM Subject: Re: .zshrc On Tuesday 02

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

Re : .zshrc

2010-02-02 Thread Alexandre L.
e de : Mar 2.2.10, Dánielisz László a écrit : > De: Dánielisz László > 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 the config

Re: .zshrc

2010-02-02 Thread Polytropon
e of this possibly upcoming problem. 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ó wrote: > hi, > > I am new in this and I have a question

.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