diff --git a/aerospace/bin/open-applicaiton.sh b/aerospace/bin/open-applicaiton.sh index 510d74b..76d601c 100644 --- a/aerospace/bin/open-applicaiton.sh +++ b/aerospace/bin/open-applicaiton.sh @@ -3,7 +3,7 @@ ls /Applications/ /Applications/Utilities/ /System/Applications/ /System/Applica sed 's/\.app$//g' | \ { cat; echo "Finder"; } | \ sort | \ - raymenu | \ + raymenu -p "launch application" | \ while read app; do if [ "$app" = "Finder" ]; then osascript -e 'tell application "Finder"