Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Creating function in zsh
- X-seq: zsh-users 13337
- From: William Scott <wgscott@xxxxxxxxxxxxxxxxxx>
- To: czech@xxxxxxxxx
- Subject: Re: Creating function in zsh
- Date: Thu, 16 Oct 2008 13:36:56 -0700
- Cc: zsh-users@xxxxxxxxxx
- In-reply-to: <5956.148.87.1.170.1224187179.squirrel@xxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <5956.148.87.1.170.1224187179.squirrel@xxxxxxxxxxxxxxxxx>
For me, it does not work on OS X. Try putting ; before print or put
the print command on the next line.
On Oct 16, 2008, at 12:59 PM, czech@xxxxxxxxx wrote:
cd() {
builtin cd "$@" print -D $PWD
}
Messages sorted by:
Reverse Date,
Date,
Thread,
Author