zsh-users
 help / color / mirror / code / Atom feed
* Giving "ls" an alias causing completion problems
@ 2013-08-22 10:31 İsmail Dönmez
  2013-08-22 14:32 ` Bart Schaefer
  0 siblings, 1 reply; 4+ messages in thread
From: İsmail Dönmez @ 2013-08-22 10:31 UTC (permalink / raw)
  To: zsh-users

[-- 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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-08-23 10:38 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-08-22 10:31 Giving "ls" an alias causing completion problems İsmail Dönmez
2013-08-22 14:32 ` Bart Schaefer
2013-08-22 14:54   ` Bart Schaefer
2013-08-23 10:37     ` İsmail Dönmez

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).