Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: completion and history
- X-seq: zsh-users 1356
- From: mason@xxxxxxxxxxxxxxx (Geoff Wing)
- To: zsh-users@xxxxxxxxxxxxxxx
- Subject: Re: completion and history
- Date: 2 Mar 1998 08:26:04 GMT
- Organization: A poorly-installed InterNetNews site
- References: <19980301211209.42475@xxxxxxxxxxxxx>; from Ji <19980302085348.A10537@xxxxxxxxxxxxxxx>
- Reply-to: mason@xxxxxxxxxxxxxxx
Mircea Damian <dmircea@xxxxxxxxxxxxx> typed:
:On Sun, Mar 01, 1998 at 09:12:09PM +0100, Jimmy Mäkelä wrote:
:> And how do i get the appendhistory thing to work, what have i done wrong:
:> % grep HIST .zshrc
:> HISTSIZE=200
:> HISTFILE=.zshistory
:> % ls -o .zshistory
:> -rw------- 1 jmy 0 Feb 23 20:16 .zshistory
:> % grep setopt .zshrc|grep hist
:> setopt correctall autocd longlistjobs nobeep automenu appendhistory
:> setopt autoresume histignoredups pushdsilent noclobber
:I do have the same problem(?) with history.
:I'm using zsh 3.0.5.
:setopt appendhistory nobgnice correctall extendedhistory histnostore listtypes
:setopt setopt histignoredups histignorespace nobeep autocd autolist nonomatch
Use a pathname when you initialise HISTFILE: ``HISTFILE=~/.zhistory''
:Question:
: How do I make TAB to work in the same way that it does in bash? (2x<TAB>
:gives a list of possible completions)
RTFM, zsh_options. Look for AUTO_MENU and MENU_COMPLETE
--
Geoff Wing <gcw@xxxxxxxxx> Mobile : 0412 162 441
Work URL: http://www.primenet.com.au/ Ego URL: http://pobox.com/~gcw/
Messages sorted by:
Reverse Date,
Date,
Thread,
Author