Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Directory and command name conflicts
- X-seq: zsh-workers 32501
- From: Kenzie Togami <ket1999@xxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: Directory and command name conflicts
- Date: Tue, 18 Mar 2014 22:27:16 -0700
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=mHu7Rf8B05F3vYhbCxYsehnn3WRzN4JiaEjdnqRK+ng=; b=BDneBHOVX4xex+J1yH5CBElyfH9yiZOEQ8IuU74PlMFv3hcexfe47DRTrw/0jvCEfX wMwwikVv+wHH4Ta/QvOleuF3lJ6HFiCgnYxkHE0Wh44upDe+xuyGaD488CUFe1iqWV3e Ere6qkqtChbW4dmVw1E3mnHrw8qblGXIuiZVO9/Ox020DCK8A9EIVJs369jgNzgW5HCP uva6FVLN+LGun3IHiq7+jJ3WZ7Q8O72fAHH6htHn+/j/8lXpgki0CebslMXB/Dwbit1N PnjNWeKx1fIsT59BILz+rTHFTTmXtz3CSLUh9ZIRCZBSjJlM9yjnZgoH1PtAj2V26cAr G0Gw==
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
zsh tries to be helpful with cd'ing by checking to see if the command you
fired is a directory, and cd's there automagically. However, it doesn't
check to see if there is a command first. So, in my case, I had just
installed gradle but had a folder called gradle so it would always open the
folder and not launch gradle.
Please send me an email if there is any progress or something I should know.
--
~Kenzie Togami
Messages sorted by:
Reverse Date,
Date,
Thread,
Author