This plugin makes "at" a useful function for invoking the Atom Editor.
Originally by Github user [aforty](https://github.com/aforty) for OSX, modified to alias 'at' to 'atom' for Linux, since atom already works on the terminal for Linux, and calling 'at' in a non-OSX environment should still work.
### Requirements
*[Atom](https://atom.io/)
### Usage
* If `at` command is called without an argument, launch Atom
# Alerts the user if 'atom' is not a found command.
type atom >/dev/null 2>&1 &&alias at="atom"||{echo>&2 "You have enabled the atom oh-my-zsh plugin on Linux, but atom is not a recognized command. Please make sure you have it installed before using this plugin.";}