mirror of https://github.com/bjeanes/dotfiles.git
6 lines
138 B
Fish
6 lines
138 B
Fish
|
function reload_webkit
|
||
|
osascript -e 'tell application "WebKit" to do JavaScript \
|
||
|
"window.location.reload()" in front document'
|
||
|
|
||
|
end
|