Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Options are not set
- X-seq: zsh-users 4939
- From: Thorsten Haude <zsh@xxxxxxxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: Re: Options are not set
- Date: Tue, 7 May 2002 20:25:41 +0200
- In-reply-to: <Pine.LNX.4.44.0205071026200.21151-100000@xxxxxxxxxxxxxxxx>
- Mail-followup-to: zsh-users@xxxxxxxxxx
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- Organization: Ministry of Information, Department of Information Retrieval
- References: <20020507172840.GH2512@xxxxxxxxxxxxxxxxxx> <Pine.LNX.4.44.0205071026200.21151-100000@xxxxxxxxxxxxxxxx>
Hi,
* Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx> [02-05-07 19:28]:
>On Tue, 7 May 2002, Thorsten Haude wrote:
>> - No history is written
>Did you set the HISTSIZE and SAVEHIST variables?
No, $SAVEHIST is not set.
$HISTFILE was also missing.
I must say I'm surprised that these are not set by default.
>> - If I want to start a program in subdir 'source' and enter
>> sour<tab>
>> I get
>> source _
>> not the
>> source/_
>> I expect.
>That's because there's a built-in command named "source", so zsh assumes
>that's what you mean.
Duh! I never use source, I always try to call source/nedit, and I
seldom try to call anything else this way.
Yes, that works alright too for any other directories.
Thanks for your help!
Thorsten
--
They that can give up essential liberty to obtain a little
temporary safety deserve neither liberty nor safety.
- Benjamin Franklin
Messages sorted by:
Reverse Date,
Date,
Thread,
Author