oh-my-zsh/plugins/js-repl/js-repl.plugin.zsh
2015-07-12 15:59:55 +05:30

6 lines
235 B
Bash

if [[ "$OSTYPE" = darwin* ]] ; then
# https://trac.webkit.org/wiki/JSC
# jsc (or JavaScriptCore) is a Safari JavaScript REPL
alias jsc="/System/Library/Frameworks/JavaScriptCore.framework/Versions/Current/Resources/jsc"
fi