a0e689e096eb
lol
author | Steve Losh <steve@stevelosh.com> |
---|---|
date | Fri, 16 Aug 2013 12:02:53 -0400 |
parents | 6111b0303a5b |
children | 10f4bf76eddd |
branches/tags | (none) |
files | fish/config.fish |
Changes
--- a/fish/config.fish Fri Aug 16 11:03:07 2013 -0400 +++ b/fish/config.fish Fri Aug 16 12:02:53 2013 -0400 @@ -48,10 +48,6 @@ set -e VAGRANT_LOG end -function fixopenwith - /System/Library/Frameworks/CoreServices.framework/Frameworks/LaunchServices.framework/Support/lsregister -kill -r -domain local -domain system -domain user -end - function ss; bcvi --wrap-ssh -- $argv; end function bcvid; dtach -A /tmp/bcvi.socket bcvi --listener; end @@ -87,7 +83,7 @@ python -c "import sys, urllib as ul; print ul.unquote_plus(sys.argv[1])" $argv end -function fix_open_with -d "Fix the shitty OS X Open With menu duplicates" +function fixopenwith -d "Fix the shitty OS X Open With menu duplicates" /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/Support/lsregister -kill -r -domain local -domain user killall Finder echo "Open With has been rebuilt, Finder will relaunch"