Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
autocomplete wrapper
- X-seq: zsh-users 18510
- From: shawn wilson <ag4ve.us@xxxxxxxxx>
- To: Zsh Users <zsh-users@xxxxxxx>
- Subject: autocomplete wrapper
- Date: Tue, 25 Feb 2014 04:29:03 -0500
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=eAAKcR4n4aHzZG6sOJHa68amnA25Denxqjmo+i4shdk=; b=nx/eh70dhdSrIflBL4GDZYMmE1emzLRaKY6yKWF+yLfRubQ/qsLkU0KrgNZzTagaSc tq/N0WrI94BytvUgiBycK6taThnXJsPxt+h5j6niUs3OKfR7KHHnRS2c5tu602ad0jSL j/kRKmSE2JRegt7a1+/dMW6UMAFCGaereoZVlnbKvIocb656dwP9zHO0HKW5Is9lErlN Bn+8qaWqte3ulhn4jvl+S1lA0XkR4wMdaEIL5kFOLhmiY93KfljBK94peqmGVrvi1+pl kbusXaHZIS7ETbi81/TRLIwa/gVPr0qXurXHBOs8vfGXcqMP1aBgtReSkMztDHtQfWxB euEw==
- 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 have wrappers around commands such as:
sshs () {
ssh $@ -t screen -ddR
}
But autocomplete doesn't work with them as it does with the actual
command - what's the easiest way to fix this?
Messages sorted by:
Reverse Date,
Date,
Thread,
Author