add a script to fix the OS X open with menu
This commit is contained in:
parent
129c7fabb4
commit
f317bccdd6
1 changed files with 4 additions and 0 deletions
4
fix-open-with
Executable file
4
fix-open-with
Executable file
|
|
@ -0,0 +1,4 @@
|
||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
lsregister=/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/Support/lsregister
|
||||||
|
$lsregister -kill -r -domain local -domain system -domain user
|
||||||
Loading…
Reference in a new issue