You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
local hidden; if [[ "$1" == "hidden" ]]; then hidden="true"; else hidden="false"; fi; shift 1;
osascript -e "tell application \"System Events\" to make login item at end with properties {path:\"$item_path\", hidden:$hidden}" 2> /dev/null &> /dev/null