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

Re: Creating function in zsh



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