Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: In search of an existing feature to turn it off...
- X-seq: zsh-users 21800
- From: Lawrence Velázquez <vq@xxxxxxxxx>
- To: Meino.Cramer@xxxxxx
- Subject: Re: In search of an existing feature to turn it off...
- Date: Sun, 31 Jul 2016 01:21:56 -0400
- Cc: zsh-users@xxxxxxx
- Dkim-signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=larryv.me; h=cc :content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-sasl-enc :x-sasl-enc; s=mesmtp; bh=tt7cjt/M3z2c+kw0SFERmXBD7gk=; b=H/hh4m op3CurBG3Tn6I9zIGdE9sIUkpYI1J9wObti95/4w9nULzdg13M/1KQ0WQewAfpdV MavPUKCFIjad7AN2MdPvW/2+ofOsHtktdd+9Mjpp2tnPyOr6+wX7pC6F68gnESy3 McxvBMQautfzi1tqk4hNhWm3jUYxzlp3Z9zUA=
- Dkim-signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-sasl-enc:x-sasl-enc; s=smtpout; bh=tt7cjt/M3z2c+kw 0SFERmXBD7gk=; b=GcS/PhCMpqvNeNV4uO4KjGwXwCI7KuG6goD7Se03XZBHwDX RoLBVOG1T4CAt/13da9W7aojTl2oa5ceDIio4EjSWA1Acf39OBm8AUBT7aVo2kLz +gXykjx5+YAK/v4kPsN4YaTBBR5BlVvDbrg5bcLIu0d76JK7b21wA1I+nkS0=
- In-reply-to: <20160731051308.GD4656@solfire>
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
- References: <20160731033017.GA4603@solfire> <0155C157-AC03-4781-AC3D-30C2645410AC@larryv.me> <20160731035442.GB4656@solfire> <2954BEDA-DFF6-43B7-829C-BCCD695AC422@larryv.me> <20160731051308.GD4656@solfire>
Let's keep this on the list.
> On Jul 31, 2016, at 1:13 AM, Meino.Cramer@xxxxxx wrote:
>
>> Lawrence Velázquez <vq@xxxxxxxxx> [16-07-31 07:12]:
>>
>> what does "setopt" tell you?
>
> Is get this:
> autocd
> noautoparamslash
> autopushd
> autoresume
> nobeep
> nobgnice
> braceccl
> cdablevars
> chaselinks
> noclobber
> extendedglob
> extendedhistory
> globdots
> globsubst
> nohistbeep
> histexpiredupsfirst
> histignoredups
> histignorespace
> histreduceblanks
> histverify
> incappendhistory
> interactive
> interactivecomments
> longlistjobs
> mailwarning
> monitor
> printeightbit
> printexitvalue
> pushdignoredups
> pushdminus
> pushdsilent
> pushdtohome
> rcquotes
> sharehistory
> shinstdin
> zle
CDABLE_VARS might be your culprit. From the zshoptions(1) man page:
CDABLE_VARS (-T)
If the argument to a cd command (or an implied cd with the
AUTO_CD option set) is not a directory, and does not begin with
a slash, try to expand the expression as if it were preceded by
a `~' (see the section `Filename Expansion').
vq
Messages sorted by:
Reverse Date,
Date,
Thread,
Author