Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: In search of an existing feature to turn it off...



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