zsh-users
 help / color / mirror / code / Atom feed
* completely disable zsh completion system
@ 2020-08-26 13:13 Ahmad Ismail
  2020-08-26 13:24 ` Roman Perepelitsa
  2020-08-28  3:05 ` Daniel Shahaf
  0 siblings, 2 replies; 12+ messages in thread
From: Ahmad Ismail @ 2020-08-26 13:13 UTC (permalink / raw)
  To: zsh-users

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

I am trying to completely disable the zsh completion system.

I removed the following from my `.zshrc`:

    autoload -Uz compinit
    compinit

Still it is giving some suggestions.

I used:

    zstyle ':completion:*' use-compctl false

Still it is giving some suggestions.

For example,

% ls<TAB>
ls            lsblk         lshw          lslocks       lsmod   .....

I guess I am looking for something like

    zstyle ':completion:*' use-compsys false

So, what can I do to completely disable zsh completion system.

















*Thanks ,Ahmad Ismail*

[-- Attachment #2: Type: text/html, Size: 2800 bytes --]

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

end of thread, other threads:[~2020-09-05 11:31 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-26 13:13 completely disable zsh completion system Ahmad Ismail
2020-08-26 13:24 ` Roman Perepelitsa
2020-08-26 13:30   ` Ahmad Ismail
2020-08-26 13:40     ` Roman Perepelitsa
2020-08-26 13:45       ` Ahmad Ismail
2020-08-28  3:05 ` Daniel Shahaf
2020-08-28  6:22   ` Lewis Butler
2020-09-04 16:27     ` Ahmad Ismail
2020-09-04 18:56       ` How to refer to other mails (was: Re: completely disable zsh completion system) Daniel Shahaf
2020-09-04 22:02         ` Aaron Schrab
2020-09-04 23:27           ` Daniel Shahaf
2020-09-05 11:30         ` Ahmad Ismail

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