Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: How can I avoid completion using chkconfig on RHEL10?
- X-seq: zsh-users 30453
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: "Chris Ross (cross2)" <cross2@xxxxxxxxx>
- Cc: "zsh-users@xxxxxxx" <zsh-users@xxxxxxx>, "cross+zsh@xxxxxxxxxx" <cross+zsh@xxxxxxxxxx>
- Subject: Re: How can I avoid completion using chkconfig on RHEL10?
- Date: Tue, 24 Feb 2026 10:32:23 -0800
- Arc-authentication-results: i=1; mx.google.com; arc=none
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20240605; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:dkim-signature; bh=gd7JzbsZ7v+QeMnet6nxjherQSMgq1z/Cl6SfRvg+kQ=; fh=dIFDtw6HODka9CxmhMXxyqVUrLqIEJAWovnC6Ta6Ic4=; b=VuRAMELonVnNpRiuuJWnbVKNG22hd5AnR1DZebXzYI9f5EPSyln4tJsG5AK+JzdEVy Rue5e7QUteRVcNX78Uw4XTV3bJmOUHnAS5e+cHbQOICRw0b+dKYAjnTf+/mmK/cVEXVk iksVDssXqY+0iPBFg5/yZssmK44gye2Z4wlK8gSUn4CEefN4D7E+pjGQDFj2M7TnXbZB RA9hLQ8+VG2qdxvQsV27cF/b4it/81lU8rB+djoGz7PP96vyfpwrsWTk7eMwgNXb6hUs kNyeGqNEP1ts+gqh67sKHYQvnnhafrs94CnN73fcBw+Z5dMn2YIetNVS60oV4rUTDY6C hqaQ==; darn=zsh.org
- Arc-seal: i=1; a=rsa-sha256; t=1771957956; cv=none; d=google.com; s=arc-20240605; b=H8JRjEeo3FoxYzvOKvWTAtNWqJSNnVB5RFaLKrPa3CWI1Ns6J6hUlQiG3DE3euz98I WAujmwnzQkFFfx4zKC8CLtDoFaJb6gia5rkQhDibx1MeeJeUg5eR8umWjkqyjsPkRUnX lxDWzEdMI03Vt3ODnXGi5pZfmroCHNxcVAVC1lKFhWgcVu2WTnxfh4yb3I1HMRO/p/iF RcYSXfDuOxL/gGTMSW4tpeB1W23XuIPMInpjdSjBPlhFqq8cQdD0kF5W5ZGAwT3fqHax qbPPQR/nDXv1I4ktXPMCgjFMSRbCevtnWefPJobBzIjC1NbGtQKeLMB9s46PWjCf6IOk gyAw==
- Archived-at: <https://zsh.org/users/30453>
- In-reply-to: <MN2PR11MB46456B1DD259744AFBA2F3858C74A@MN2PR11MB4645.namprd11.prod.outlook.com>
- List-id: <zsh-users.zsh.org>
- References: <MN2PR11MB46456B1DD259744AFBA2F3858C74A@MN2PR11MB4645.namprd11.prod.outlook.com>
On Tue, Feb 24, 2026 at 10:12 AM Chris Ross (cross2) <cross2@xxxxxxxxx> wrote:
>
> Anyway. Has this changed already in more recent versions, and if not, I think it should. It should at least confirm that chkconfig is an installed command before invoking it.
The _services completer hasn't been updated since 2012, so it probably
is due for some maintenance.
This is a poor but possibly useful substitute in the meantime:
chkconfig() { service --status-all | awk '{print $4}' }
Messages sorted by:
Reverse Date,
Date,
Thread,
Author