remove finder
It does not support launching multiple instances anymore. It used to just spawn another window, since finder can technically only have one instance. Now however it fails. Maybe I should install a Finder alternative
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
ls /Applications/ /Applications/Utilities/ /System/Applications/ /System/Applications/Utilities/ /Users/ivar.fatland/Applications/ /Users/ivar.fatland/Applications/Chrome\ Apps.localized/ | \
|
||||
grep '\.app$' | \
|
||||
sed 's/\.app$//g' | \
|
||||
{ cat; echo "Finder"; } | \
|
||||
sort | \
|
||||
raymenu | \
|
||||
xargs -I {} open -n -a "{}.app"
|
||||
|
||||
Reference in New Issue
Block a user