Say, you want spotlight to find MacVim. Doing
brew linkapps macvim
creates a symlink in /Applications. But Spotlight seems to ignore it. Instead, remove the symlink
rm /Applications/MacVim.app
| <IfModule mod_rewrite.c> | |
| RewriteEngine On | |
| RewriteCond %{QUERY_STRING} ^(.*?)(&?fbclid=[a-zA-Z0-9_-]+)$ | |
| RewriteRule ^(.*)$ /$1?%1 [L,NE,R=301] | |
| </IfModule> |
Say, you want spotlight to find MacVim. Doing
brew linkapps macvim
creates a symlink in /Applications. But Spotlight seems to ignore it. Instead, remove the symlink
rm /Applications/MacVim.app