mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-08-07 06:08:39 +02:00
Merge e803c95261 into 29a2394c8f
This commit is contained in:
commit
8cca2a381c
1 changed files with 5 additions and 0 deletions
5
plugins/js-repl/js-repl.plugin.zsh
Normal file
5
plugins/js-repl/js-repl.plugin.zsh
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
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
|
||||||
Loading…
Reference in a new issue