From 8df61028af1164f64ac5b19f37eb7e96282315bc Mon Sep 17 00:00:00 2001 From: Sami Samhuri Date: Wed, 27 Jul 2011 20:39:14 -0700 Subject: [PATCH] [zsh] remove chrome alias, add rhino alias --- zsh/zshrc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/zsh/zshrc b/zsh/zshrc index 041478a..37c4b7d 100755 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -219,9 +219,7 @@ alias uuu='cd ../../..' alias uuuu='cd ../../../..' alias whatismyip='curl http://www.whatismyip.com/automation/n09230945.asp' -if mac; then - alias chrome='/Users/sjs/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --allow-file-access-from-files >/dev/null 2>&1 &!' -fi +alias rhino='java org.mozilla.javascript.tools.shell.Main' # ls Aliases # ----------------