mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-03-20 03:13:33 +01:00
5 lines
235 B
Bash
5 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
|