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
When testing a command using at, attempt something of the form:
echo "whatever command" | at now
at uses sh, which is really dash. dash sucks and doesn't understand simple things like "source". So the commands below avoid the aliased brew commands.