Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Alias definitions based on context



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