mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-06-05 05:03:16 +02: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
|