Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
directory specific functions and aliases
- X-seq: zsh-users 19866
- From: shawn wilson <ag4ve.us@xxxxxxxxx>
- To: Zsh Users <zsh-users@xxxxxxx>
- Subject: directory specific functions and aliases
- Date: Fri, 13 Feb 2015 10:05:21 -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=L2Uag3KD5rvCg1QbebZ38qaxN2sRzhdeocYJxk0BzUE=; b=hLvAHEHAbykuBLYmXcpL6p29AJGHoE8u/7FlvMkP6tV90BUWMg60GH68TNlbt6wyPP hI9u2aq4Cq9aqtL8d20VV6R4kQeEM4jVArryr5evUjNxB4tHe8mjjNgp0M/jb35rJ+ze 3npQGZ1vuBTkfR+qs45bIpCTZVSi/WtpeF3wKQY7ArmNQsJRrNcOJlpUDSy/GU+BZ+ZJ dxeZx4ideV3mMZX7T0qOEoxzcpO9HeY4C284K19f4+QsLdkHC8S4EnVajEIIIlc1TpX0 EJyeFVnH4xN1IEJvjWCVboXM3G2PQol5z6sTJE6EKfTm/jED8MPINxbxQA9yv0JwJYua 2X8w==
- 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
What would be the best way to make functions that do different things
based on the directory I'm in - kinda like rvm does with rubies? I was
hoping for something cleaner than: case $(pwd) This is mainly because
I want to wrap cvs and rsync differently based on repo (and where
within that repo).
Messages sorted by:
Reverse Date,
Date,
Thread,
Author