Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
override the built-in r command with /usr/local/bin/r
- X-seq: zsh-users 12233
- From: Alexy Khrabrov <deliverable@xxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: override the built-in r command with /usr/local/bin/r
- Date: Tue, 20 Nov 2007 14:11:12 +0300
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:mime-version:content-transfer-encoding:message-id:content-type:to:from:subject:date:x-mailer; bh=aZq7Zs2A7at5F+QLtd4YR6ew3IODlkgWYoCFIhlkjBA=; b=PZsvagS3j2FWFe5FdOqmz9pKWfWkz1+QK9f3r0+B3zFd2JWZDW0xRwZiFJfKwYAAWCjPNYzNE2oAkAdlYUrkAGw2KCQOsGkudKWE8r8ECuZxuQarH1ahh1pKjVxZszKscLEt35SQoUMcuBStJthMWpU8DvuqNsAFPrn51r/xuOM=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:mime-version:content-transfer-encoding:message-id:content-type:to:from:subject:date:x-mailer; b=l/mjSa6J0NmxOiV0FFIIF+dLc2aXqWQWnZ/d2yhEGvSI4Kwp4t+2U9w/jUaxWqwGYOewzEewGT+3H04Rxjen++dnoYg35BS8wph4ieGWoHWnG3iZkZ7E8U7aomZu6hHPcfXqJOj3DxQv+WDHmI9crPcT+Mlnbo3C9yXlL13PDo0=
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
Greetings -- I'd like to use littler, the R shell scripting driver from
http://biostat.mc.vanderbilt.edu/twiki/bin/view/Main/LittleR
Its executable is called just 'r'. Alas, when I try to invoke it or
call a script starting with
#!/usr/bin/env r
zsh tells me no such luck. Apparently r repeats the previous
command, and r N repeats history command number N.
How do I override zsh's built-in r to become available for my regular r?
Cheers,
Alexy
Messages sorted by:
Reverse Date,
Date,
Thread,
Author