diff --git a/aerospace/bin/open-applicaiton.sh b/aerospace/bin/open-applicaiton.sh index f56631b..f1c4d2d 100644 --- a/aerospace/bin/open-applicaiton.sh +++ b/aerospace/bin/open-applicaiton.sh @@ -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"