zsh-users
 help / color / mirror / code / Atom feed
From: "İsmail Dönmez" <ismail@donmez.ws>
To: zsh-users@zsh.org
Subject: Giving "ls" an alias causing completion problems
Date: Thu, 22 Aug 2013 13:31:09 +0300	[thread overview]
Message-ID: <CAJ1KOAhB6Crfq2VDL_eNzYpd=4nTKEfYaAXxu2SRRdEqEqXM1A@mail.gmail.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 554 bytes --]

Hi,

[~]> zsh --version
zsh 5.0.2 (x86_64-suse-linux-gnu)


# When ls is not aliased, life is good
# Pressing tab switches between completions

[~]> alias ls
ls=_ls

[~]> ls <tab> bin/
bin/          config/       Desktop/      Documents/    Downloads/
 hacks/        public_html/  rpmbuild/

# Giving ls an alias pressing tab key shows all results on one line

[~]> alias ls="ls --color"
[~]> ls <tab> bin  config  Desktop  Documents  Downloads  hacks
 public_html  rpmbuild
<tab> bin  config  Desktop  Documents  Downloads  hacks  public_html
 rpmbuild

             reply	other threads:[~2013-08-22 10:31 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-08-22 10:31 İsmail Dönmez [this message]
2013-08-22 14:32 ` Bart Schaefer
2013-08-22 14:54   ` Bart Schaefer
2013-08-23 10:37     ` İsmail Dönmez

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAJ1KOAhB6Crfq2VDL_eNzYpd=4nTKEfYaAXxu2SRRdEqEqXM1A@mail.gmail.com' \
    --to=ismail@donmez.ws \
    --cc=zsh-users@zsh.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).