Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Alias definitions based on context
- X-seq: zsh-users 20263
- From: Stanislav Seletskiy <s.seletskiy@xxxxxxxxx>
- To: zsh-users@xxxxxxx
- Subject: Alias definitions based on context
- Date: Mon, 22 Jun 2015 12:28:18 +0600
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=AaS4Uak7DHPEbIv80yn1cElWYdrFX0CsBR+L4BUHD+4=; b=xQJhucRYdPRcm8R8MVjUNJHKmzVbU8KqUDQSRvNsHEZz4crXH2H/njmyFhb9qOesGJ Eh6qwe3IqTs/yGhtRvrytDDuE1aGNj8Dsgb8CvsI88FtufrqZKNlZLNIVoGwhIzDIasc m+DgAxdGQgjPoxi6h+JdezeAeol32bywsq91kPGWnIHyFVXjviIyGhncwSp7Ynv+Gbgk OMdZIg5cPBhw7NL4Sa2pdwd1775Oj4vxDD6jplH6M+Z2PSPIXBCn49AqhtXKXGk1F/sS YDYgu8Zy8Ic+hibUgSNmDyQ3TUUlnmlZxeqmFlyxCQEC6z3z5FfTW0+H3O5xwV+1thrD U8qQ==
- 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
Hi!
I've implemented plugin for zsh, which allows to define aliases based on
context (e.g. aliases that are depends on current directory or other
conditions).
Most notable case is using context aliases in git workflow: it's very
usable to have single character aliases when working with git while you are
in git repo.
https://github.com/seletskiy/zsh-context-aliases
--
Stanislav Seletskiy
Messages sorted by:
Reverse Date,
Date,
Thread,
Author