mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-06-05 05:03:16 +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…
Add table
Add a link
Reference in a new issue