Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
minor annoyance with zsh and git flow
- X-seq: zsh-users 16049
- From: Rick DeNatale <rick.denatale@xxxxxxxxx>
- To: zsh-users@xxxxxxx
- Subject: minor annoyance with zsh and git flow
- Date: Wed, 25 May 2011 11:25:42 -0400
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:from:date:message-id:subject:to :content-type; bh=3X+8GctKRtJ+Z7MejMTCFc68G1x1H0lZETikw+1mn6w=; b=ju7qZObW/rAEP2LmglmQSW9hlEiHQ+IgBSHnXsvIpxkk9OIskyfoQdJRPE/tgdahuS d3KvIZ+kaRkPJTwCXKLE/7kVTIVTy96ijpj9sqrfV4IwGv5KM5sgMWo18cCsrURSuI+L biMFx7XbzNwpbjTZR2sy7GVI7AGmEb91GXXyc=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; b=FuP6YdN9txmwJ7ex8bZhzCHUOAfofNgXNFD9nS5SIT4fI1c19Z9ncOivzR5g/sFJ/m rmAusLhufUK4C7Beu3d31KPBowWbb2js5gTVeE54aS2k6mIp+lklBcuVpU0iQCES/Hef PLNwc1H9DDiB4avNg851Pk9AOFWHg9J8cp0GQ=
- 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
I'm using zsh, on a rails project using cucumber and git flow.
git flow adds a subcommand to git.
The git flow subcommand has lower level subcommands itself, one of which is
called feature, and cucumber conventionally uses a directory in the project
root called features
I've got git completion and git flow completion installed
https://github.com/bobthecow/git-flow-completion which is probably
irrelevant.
When I type in a git flow command with or without using completions
say
->git flow feature checkout make_it_niftier
and hit enter, zsh helpfully? asks
zsh: correct 'feature' to 'features'
I can't figure out how to stop zsh from doing this. I see the FAQ about
turning off correction for a single command, but that doesn't seem directly
relevant, I don't want to turn off correction for the git command in
general.
Ideas
*Rick DeNatale*
*Blog:*http://talklikeaduck.denhaven2.com/
*GitHub:*http://github.com/rubyredrick
*Twitter:* @RickDeNatale
*WWR:*http://www.workingwithrails.com/person/9021-rick-denatale
*LinkedIn:*http://www.linkedin.com/in/rickdenatale
Messages sorted by:
Reverse Date,
Date,
Thread,
Author